]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
Always include sys/time.h and sys/select.h from selectdispatcher.h.
[wxWidgets.git] / include / wx / osx / toplevel.h
index 1e7f8644634a4fd2fe81f850a3113e14a5cf0d74..14fb396b8bbef3bbc023f5335d1ed61310f5cc50 100644 (file)
@@ -75,8 +75,8 @@ public:
     virtual void SetTitle( const wxString& title);
     virtual wxString GetTitle() const;
 
-    virtual void SetModified(bool modified);
-    virtual bool GetModified() const;
+    virtual void OSXSetModified(bool modified);
+    virtual bool OSXIsModified() const;
 
 protected:
     // common part of all ctors