X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edef87c8274bd4cadcccc4ff107aeb1815e48460..2c17722ec8a15d93ef9ec4a4ff390a0db9a34d9d:/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.