removing extra semicola

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-03-31 07:08:06 +00:00
parent bd2ce32ca4
commit 82d191e352
3 changed files with 5 additions and 5 deletions

View File

@@ -39,12 +39,12 @@ public:
{
m_primary = a;
m_secondary = NULL;
};
}
wxPGWindowList( wxWindow* a, wxWindow* b )
{
m_primary = a;
m_secondary = b;
};
}
};
// -----------------------------------------------------------------------