suppress warning about not being able to generate copy ctor/operator=()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-21 23:16:57 +00:00
parent 4a8cd0189f
commit cd989b24ae

View File

@ -586,6 +586,8 @@ private:
{ wxNodeBase::SetData(data); } \ { wxNodeBase::SetData(data); } \
\ \
virtual void DeleteData(); \ virtual void DeleteData(); \
\
DECLARE_NO_COPY_CLASS(nodetype) \
}; \ }; \
\ \
classexp name : public wxListBase \ classexp name : public wxListBase \