X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2980921209fdf004244a72ebf88658987e2a986..395a82b13fa5f316d2d0dead17701e9bc23337d3:/include/wx/dynload.h diff --git a/include/wx/dynload.h b/include/wx/dynload.h index 1484964048..8f119b49bb 100644 --- a/include/wx/dynload.h +++ b/include/wx/dynload.h @@ -93,6 +93,8 @@ private: size_t m_objcount; // ..and (pluggable) object instantiations. wxModuleList m_wxmodules; // any wxModules that we initialised. + void UpdateClasses(); // Update ms_classes + void RestoreClasses(); // Removes this library from ms_classes void RegisterModules(); // Init any wxModules in the lib. void UnregisterModules(); // Cleanup any wxModules we installed.