mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Report: RemoveLastPage
git-svn-id: svn://ultimatepp.org/upp/trunk@7396 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4177b8be9a
commit
b5a9fce8a5
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ public:
|
|||
int GetY() const { return y; }
|
||||
|
||||
void NewPage() { Page(pagei + 1); }
|
||||
void RemoveLastPage() { if(page.GetCount()) page.Drop(); pagei = -1; }
|
||||
|
||||
void Put(const RichText& txt, void *context = NULL);
|
||||
void Put(const char *qtf);
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define _Report_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "RichText/init"
|
||||
#define BLITZ_INDEX__ F9f283417161d586f7a2e89950d2529de
|
||||
#define BLITZ_INDEX__ Fcae78d106d26dc372cd742d77f7d5d07
|
||||
#include "ReportI.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue