diff --git a/uppsrc/Report/Report.h b/uppsrc/Report/Report.h index aed1a4c10..ae4d72ef4 100644 --- a/uppsrc/Report/Report.h +++ b/uppsrc/Report/Report.h @@ -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 page; diff --git a/uppsrc/Report/init b/uppsrc/Report/init index 8b72f4985..af491b681 100644 --- a/uppsrc/Report/init +++ b/uppsrc/Report/init @@ -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