]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Dec 2001 13:10:10 +0000 (13:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Dec 2001 13:10:10 +0000 (13:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dynlib.h

index d6ed0876bc84f65af621af670b0fae81065445bd..56fd795c0b659b8c67b2079d3e5e524797c1b295 100644 (file)
@@ -113,7 +113,9 @@ public:
 
        Returns the pointer to the symbol or NULL on error.
      */
-    static void *GetSymbol(wxDllType dllHandle, const wxString &name, bool success = 0);
+    static void *GetSymbol(wxDllType dllHandle,
+                           const wxString &name,
+                           bool *success = NULL);
 
     // return the standard DLL extension (with leading dot) for this platform
     static const wxString &GetDllExt() { return ms_dllext; }