mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Report: removed CLANG warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@7169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c0c1da36d7
commit
d6ffb90d02
2 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ NAMESPACE_UPP
|
|||
class Report : public DrawingDraw, public PageDraw {
|
||||
public:
|
||||
virtual Draw& Page(int i);
|
||||
virtual Size GetPageSize() const { return DrawingDraw::GetPageSize(); } // avoid CLANG warning
|
||||
virtual void StartPage() { DrawingDraw::StartPage(); } // avoid CLANG warning
|
||||
|
||||
private:
|
||||
Array<Drawing> page;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define _Report_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "RichText/init"
|
||||
#define BLITZ_INDEX__ Fcae78d106d26dc372cd742d77f7d5d07
|
||||
#define BLITZ_INDEX__ F9f283417161d586f7a2e89950d2529de
|
||||
#include "ReportI.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue