Use more relevant macros in wxPropertyGrid
This commit is contained in:
parent
7e4cd9f1c1
commit
93365e02de
2 changed files with 2 additions and 2 deletions
|
|
@ -2041,7 +2041,7 @@ public:
|
|||
|
||||
wxPGProperty* GetMainParent() const
|
||||
{
|
||||
wxASSERT(m_property);
|
||||
wxCHECK_MSG(m_property, NULL, "Property cannot be NULL");
|
||||
return m_property->GetMainParent();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue