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:
Mattia Barbon
2003-08-28 20:26:53 +00:00
parent 0b92df7943
commit b2bb920ff6

View File

@@ -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;
}