Semicolon removed for Borland

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-09 14:14:21 +00:00
parent a420c7ed70
commit fde6325769
4 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ enum wxResizable
class WXDLLIMPEXP_GIZMOS wxMultiCellItemHandle: public wxObject
{
DECLARE_CLASS(wxMultiCellItemHandle);
DECLARE_CLASS(wxMultiCellItemHandle)
protected:
int m_column;
int m_row;
@@ -85,7 +85,7 @@ private:
class WXDLLIMPEXP_GIZMOS wxMultiCellSizer : virtual public wxSizer
{
DECLARE_CLASS(wxMultiCellSizer);
DECLARE_CLASS(wxMultiCellSizer)
protected:
wxSize m_cell_count;