]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
Scrolling updates
[wxWidgets.git] / include / wx / dynlib.h
index d6ed0876bc84f65af621af670b0fae81065445bd..56fd795c0b659b8c67b2079d3e5e524797c1b295 100644 (file)
@@ -113,7 +113,9 @@ public:
 
        Returns the pointer to the symbol or NULL on error.
      */
 
        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; }
 
     // return the standard DLL extension (with leading dot) for this platform
     static const wxString &GetDllExt() { return ms_dllext; }