From: Ryan Norton Date: Tue, 19 Apr 2005 16:58:57 +0000 (+0000) Subject: pad out some data for binary compat X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d6799e007aa143ad6c680ab0911d73d08fe1f863?ds=sidebyside pad out some data for binary compat git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/mimetype.h b/include/wx/mac/carbon/mimetype.h index 2966e1a336..e2fc901393 100644 --- a/include/wx/mac/carbon/mimetype.h +++ b/include/wx/mac/carbon/mimetype.h @@ -59,6 +59,13 @@ private: void** m_hDatabase; long m_lCount; + void* pReserved1; + void* pReserved2; + void* pReserved3; + void* pReserved4; + void* pReserved5; + void* pReserved6; + friend class wxFileTypeImpl; }; @@ -105,6 +112,13 @@ public: wxMimeTypesManagerImpl *m_manager; long m_lIndex; + void* pReserved1; + void* pReserved2; + void* pReserved3; + void* pReserved4; + void* pReserved5; + void* pReserved6; + friend class wxMimeTypesManagerImpl; };