]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
replace usage of objective-c keyword 'id'
[wxWidgets.git] / include / wx / osx / core / private.h
index 08558c875015d9baa4998c0743b45432b2f6fa47..1ea155f0564eba8e1dff9c0c93fc738fc357f9da 100644 (file)
@@ -853,7 +853,11 @@ public :
     virtual void SetModified(bool WXUNUSED(modified)) { }
     virtual bool IsModified() const { return false; }
 
+#if wxOSX_USE_IPHONE
+    virtual CGFloat GetWindowLevel() const { return 0.0; }
+#else
     virtual CGWindowLevel GetWindowLevel() const { return kCGNormalWindowLevel; }
+#endif
     virtual void RestoreWindowLevel() {}
 protected :
     wxNonOwnedWindow*   m_wxPeer;