Eliminate -Wzero-as-null-pointer-constant warnings in the headers
This commit is contained in:
@@ -123,7 +123,7 @@ public:
|
||||
void Unload();
|
||||
|
||||
bool IsLoaded() const { return m_entry && m_entry->IsLoaded(); }
|
||||
void *GetSymbol(const wxString &symbol, bool *success = 0)
|
||||
void* GetSymbol(const wxString& symbol, bool* success = NULL)
|
||||
{
|
||||
return m_entry->GetSymbol( symbol, success );
|
||||
}
|
||||
|
Reference in New Issue
Block a user