]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolwin.h
Minor corrections to make dist after reports
[wxWidgets.git] / include / wx / scrolwin.h
index 1aca7a9a661f26e92768c0d0d0772c10075229ec..6f36cc93f9deda64b2b3bb34078ff458bfbb6759 100644 (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