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:
@@ -348,7 +348,11 @@ private:
|
|||||||
event.Skip();
|
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)
|
DECLARE_NO_COPY_CLASS(wxScrolled)
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
// VC++ <= 6 requires this; it's unlikely any other specializations would
|
// VC++ <= 6 requires this; it's unlikely any other specializations would
|
||||||
|
Reference in New Issue
Block a user