protected:
int m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
- virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
-
public:
// Implementation
static bool RegisterWindowClasses();
protected:
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxApp)
+ wxDECLARE_NO_COPY_CLASS(wxApp);
};
// ----------------------------------------------------------------------------