X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..22423eac8bcfcd3d357465e2cbeba08f1c431181:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index f2227aecb5..b9a8332d5c 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -73,6 +73,8 @@ class WXDLLEXPORT wxWindow; class WXDLLEXPORT wxAccessible; #endif +class WXDLLEXPORT wxWindowExtraData; + // ---------------------------------------------------------------------------- // helper stuff used by wxWindow // ---------------------------------------------------------------------------- @@ -1312,8 +1314,9 @@ protected: // implements the window variants virtual void DoSetWindowVariant( wxWindowVariant variant ) ; - // Reserved for future use - void* m_windowReserved; + // Was a reserved pointer in 2.6.0, now used to hold extra data members + // without breaking compatibility. + wxWindowExtraData* m_extraData; private: // contains the last id generated by NewControlId