VC6 compilation warning fix for non-defined template class copy ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-08-02 13:10:33 +00:00
parent 1011fbebdb
commit 707d9f4047

View File

@ -348,7 +348,11 @@ private:
event.Skip();
}
// VC++ 6 gives warning for the declaration of template member function
// without definition
#if !defined(__VISUALC__) || wxCHECK_VISUALC_VERSION(7)
DECLARE_NO_COPY_CLASS(wxScrolled)
#endif
};
// VC++ <= 6 requires this; it's unlikely any other specializations would