wxDataViewColumn doesn't need to have wxRTTI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-07 16:07:54 +00:00
parent 835d0d55c1
commit 0c5209a808

View File

@@ -361,9 +361,6 @@ private:
bool m_isConnected;
void Init(wxAlignment align, int flags, int width);
protected:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewColumn)
};
WX_DECLARE_LIST_WITH_DECL(wxDataViewColumn, wxDataViewColumnList,