]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
Test using wxString::ToCDouble() in wxAny.
[wxWidgets.git] / include / wx / dynlib.h
index 6a704d7eb66278822f580f88f3051020bd0ea2b4..359444c06178d9c735e75b0b3a86a8084955f83c 100644 (file)
@@ -359,7 +359,7 @@ public:
     // the returned handle reference count is not incremented so it doesn't
     // need to be freed using FreeLibrary() but it also means that it can
     // become invalid if the DLL is unloaded
-    static WXHMODULE MSWGetModuleHandle(const char *name, void *addr);
+    static WXHMODULE MSWGetModuleHandle(const wxString& name, void *addr);
 #endif // __WINDOWS__
 
 protected: