// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface
-#endif
-
// Define a new application
class MyApp: public wxApp
{
class MyPrintout: public wxPrintout
{
public:
- MyPrintout(wxChar *title = _T("My printout")):wxPrintout(title) {}
+ MyPrintout(const wxChar *title = _T("My printout")):wxPrintout(title) {}
bool OnPrintPage(int page);
bool HasPage(int page);
bool OnBeginDocument(int startPage, int endPage);