]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/app.h
wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it
[wxWidgets.git] / include / wx / palmos / app.h
index 84d740ea64689da1f9f760bdb1ebdc9e17f7753c..0590f5e5891124077397cc8efbdcb11400c104b6 100644 (file)
@@ -51,8 +51,6 @@ public:
 protected:
     int    m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
 
-    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
-
 public:
     // Implementation
     static bool RegisterWindowClasses();
@@ -74,7 +72,7 @@ public:
 
 protected:
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxApp)
+    wxDECLARE_NO_COPY_CLASS(wxApp);
 };
 
 // ----------------------------------------------------------------------------