X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edef87c8274bd4cadcccc4ff107aeb1815e48460..59953bf4ba167311fb0cd2c2c0f3d5d0475b98c8:/include/wx/dynload.h diff --git a/include/wx/dynload.h b/include/wx/dynload.h index 540bd0374b..fbbf6f2e91 100644 --- a/include/wx/dynload.h +++ b/include/wx/dynload.h @@ -29,7 +29,7 @@ class WXDLLIMPEXP_BASE wxPluginLibrary; WX_DECLARE_STRING_HASH_MAP_WITH_DECL(wxPluginLibrary *, wxDLManifest, - class WXDLLIMPEXP_BASE) + class WXDLLIMPEXP_BASE); typedef wxDLManifest wxDLImports; // --------------------------------------------------------------------------- @@ -82,8 +82,8 @@ public: private: - wxClassInfo *m_before; // sm_first before loading this lib - wxClassInfo *m_after; // ..and after. + const wxClassInfo *m_before; // sm_first before loading this lib + const wxClassInfo *m_after; // ..and after. size_t m_linkcount; // Ref count of library link calls size_t m_objcount; // ..and (pluggable) object instantiations.