Report: removed CLANG warnings

git-svn-id: svn://ultimatepp.org/upp/trunk@7169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-05 14:44:26 +00:00
parent c0c1da36d7
commit d6ffb90d02
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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