X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..be698f50301674b969cacecc683ffac5ba6e2e16:/include/wx/dynload.h diff --git a/include/wx/dynload.h b/include/wx/dynload.h index ae8e8e5e34..8f119b49bb 100644 --- a/include/wx/dynload.h +++ b/include/wx/dynload.h @@ -93,8 +93,8 @@ private: size_t m_objcount; // ..and (pluggable) object instantiations. wxModuleList m_wxmodules; // any wxModules that we initialised. - void UpdateClassInfo(); // Update the wxClassInfo table - void RestoreClassInfo(); // Restore the original wxClassInfo state. + 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.