wxHashMap does not take the key type as constructor argument.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
// TODO: create ms_classes on demand, why always preallocate it?
|
||||
virtual bool OnInit()
|
||||
{
|
||||
wxPluginLibrary::ms_classes = new wxDLImports(wxKEY_STRING);
|
||||
wxPluginLibrary::ms_classes = new wxDLImports;
|
||||
wxPluginManager::CreateManifest();
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user