]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynload.cpp
really applied Robert's patch (and not the converse of it)
[wxWidgets.git] / 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()
     {
-        wxPluginLibrary::ms_classes = new wxDLImports(wxKEY_STRING);
+        wxPluginLibrary::ms_classes = new wxDLImports;
         wxPluginManager::CreateManifest();
         return TRUE;
     }