git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54921
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ // 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)
DECLARE_NO_COPY_CLASS(wxScrolled)
};
// VC++ <= 6 requires this; it's unlikely any other specializations would
};
// VC++ <= 6 requires this; it's unlikely any other specializations would