Resolve some extra semicolon warnings

This commit is contained in:
Maarten Bent
2019-07-21 15:15:36 +02:00
parent 3d970a9c08
commit 2815870507
22 changed files with 34 additions and 34 deletions

View File

@@ -326,7 +326,7 @@ public:
// If 'id' refers to invalid property, then we will return dummy
// attributes (i.e. root property's attributes, which contents should
// should always be empty and of no consequence).
wxPG_PROP_ARG_CALL_PROLOG_RETVAL(m_pState->DoGetRoot()->GetAttributes());
wxPG_PROP_ARG_CALL_PROLOG_RETVAL(m_pState->DoGetRoot()->GetAttributes())
return p->GetAttributes();
}