]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private.h
Refactor listbox event sending code to avoid duplication.
[wxWidgets.git] / include / wx / osx / cocoa / private.h
index 95d466563702144e9417de167f1b192883e0db80..857e98908f5fa1ec1885c32e584370827da463f5 100644 (file)
@@ -265,8 +265,8 @@ public :
 
     wxNonOwnedWindow*   GetWXPeer() { return m_wxPeer; }
 protected :
-    WX_wxNSWindow         m_macWindow;
-    void *              m_macFullScreenData ;
+    WXWindow        m_macWindow;
+    void *          m_macFullScreenData ;
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxNonOwnedWindowCocoaImpl)
 };