X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2d49353d4ac77775d5c513e55940175458faa1c..1ce1bd84eab0dce90ad0ecb4d37c6c2993c2512e:/contrib/include/wx/gizmos/multicell.h diff --git a/contrib/include/wx/gizmos/multicell.h b/contrib/include/wx/gizmos/multicell.h index 9fc9b5b691..ddc034264d 100644 --- a/contrib/include/wx/gizmos/multicell.h +++ b/contrib/include/wx/gizmos/multicell.h @@ -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; @@ -64,7 +64,6 @@ public: wxMultiCellItemHandle( int row, int column, int height = 1, int width = 1, wxSize size = wxDefaultSize, wxResizable style = wxNOT_RESIZABLE, wxSize weight = wxSize(1,1), int align = wxALIGN_NOT); wxMultiCellItemHandle( int row, int column, wxSize size, wxResizable style = wxNOT_RESIZABLE, wxSize weight = wxSize(1,1), int align = wxALIGN_NOT); wxMultiCellItemHandle( int row, int column, wxResizable style, wxSize weight = wxSize(1,1), int align = wxALIGN_NOT); - wxMultiCellItemHandle( int row, int column, int align); int GetColumn(); int GetRow(); int GetWidth(); @@ -85,7 +84,7 @@ private: class WXDLLIMPEXP_GIZMOS wxMultiCellSizer : virtual public wxSizer { - DECLARE_CLASS(wxMultiCellSizer); + DECLARE_CLASS(wxMultiCellSizer) protected: wxSize m_cell_count;