]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dialog.h
added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4)
[wxWidgets.git] / include / wx / palmos / dialog.h
index 9fd8edeb767d0495433d2fa7fc4a324a8618fa03..717c30132d5efb1ff6ef50fdaf042760d14fb516 100644 (file)
@@ -64,12 +64,6 @@ public:
     virtual void Raise();
 
 protected:
-    // find the window to use as parent for this dialog if none has been
-    // specified explicitly by the user
-    //
-    // may return NULL
-    wxWindow *FindSuitableParent() const;
-
     // common part of all ctors
     void Init();
 
@@ -82,7 +76,7 @@ private:
 
 
     DECLARE_DYNAMIC_CLASS(wxDialog)
-    DECLARE_NO_COPY_CLASS(wxDialog)
+    wxDECLARE_NO_COPY_CLASS(wxDialog);
 };
 
 #endif