]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
More warning and error fixes (work in progress with Tinderbox).
[wxWidgets.git] / include / wx / window.h
index b9a8332d5c94ff378eecd1c16fdab028de4a13e3..f2227aecb535c2172ec3de7d32cbc8278c918f87 100644 (file)
@@ -73,8 +73,6 @@ class WXDLLEXPORT wxWindow;
 class WXDLLEXPORT wxAccessible;
 #endif
 
-class WXDLLEXPORT wxWindowExtraData;
-
 // ----------------------------------------------------------------------------
 // helper stuff used by wxWindow
 // ----------------------------------------------------------------------------
@@ -1314,9 +1312,8 @@ protected:
     // implements the window variants
     virtual void DoSetWindowVariant( wxWindowVariant variant ) ;
 
-    // Was a reserved pointer in 2.6.0, now used to hold extra data members
-    // without breaking compatibility.
-    wxWindowExtraData* m_extraData;
+    // Reserved for future use
+    void* m_windowReserved;
 
 private:
     // contains the last id generated by NewControlId