]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
Don't rely on __GXX_RTTI being defined with g++ < 4.3.
[wxWidgets.git] / include / wx / osx / toplevel.h
index 80ccb39ed50ac8b9a5a43ac14952058bcb8d9110..14fb396b8bbef3bbc023f5335d1ed61310f5cc50 100644 (file)
@@ -75,6 +75,9 @@ public:
     virtual void SetTitle( const wxString& title);
     virtual wxString GetTitle() const;
 
+    virtual void OSXSetModified(bool modified);
+    virtual bool OSXIsModified() const;
+
 protected:
     // common part of all ctors
     void Init();