]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/toplevel.h
typo fix
[wxWidgets.git] / include / wx / osx / carbon / toplevel.h
index d5e11e79ce664105e8fa3ae16e93191206545a62..7983b8c5c6adb1b03df4aee496ae3ce2be10aa38 100644 (file)
@@ -44,6 +44,8 @@ public:
                 const wxString& name = wxFrameNameStr);
 
     virtual ~wxTopLevelWindowMac();
+    
+    virtual bool Destroy();
 
     virtual wxPoint GetClientAreaOrigin() const;
 
@@ -77,8 +79,6 @@ protected:
     // should the frame be maximized when it will be shown? set by Maximize()
     // when it is called while the frame is hidden
     bool m_maximizeOnShow;
-
-    void *m_macFullScreenData ;
 private :
     DECLARE_EVENT_TABLE()
 };