compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-12-19 13:10:10 +00:00
parent 0b9ab0bd82
commit c74d8df09d

View 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 // return the standard DLL extension (with leading dot) for this platform
static const wxString &GetDllExt() { return ms_dllext; } static const wxString &GetDllExt() { return ms_dllext; }