Eliminate -Wzero-as-null-pointer-constant warnings in the headers
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
~wxClassInfo();
|
||||
|
||||
wxObject *CreateObject() const
|
||||
{ return m_objectConstructor ? (*m_objectConstructor)() : 0; }
|
||||
{ return m_objectConstructor ? (*m_objectConstructor)() : NULL; }
|
||||
bool IsDynamic() const { return (NULL != m_objectConstructor); }
|
||||
|
||||
const wxChar *GetClassName() const { return m_className; }
|
||||
|
Reference in New Issue
Block a user