]> git.saurik.com Git - wxWidgets.git/commitdiff
wxHashMap does not take the key type as constructor argument.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 28 Aug 2003 20:26:53 +0000 (20:26 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 28 Aug 2003 20:26:53 +0000 (20:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dynload.cpp

index a0844febf6bf29cb6e771fa5972d706241706e8d..9494d42fb97f701cfe8388f8edb0a213cecab97a 100644 (file)
@@ -58,7 +58,7 @@ public:
     // TODO: create ms_classes on demand, why always preallocate it?
     virtual bool OnInit()
     {
     // 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;
     }
         wxPluginManager::CreateManifest();
         return TRUE;
     }