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:
parent
4a8cd0189f
commit
cd989b24ae
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user