]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/caret.h
fixes to handling of 0 and negative splitter position when splitting it initially
[wxWidgets.git] / include / wx / caret.h
index 817f32b73e7eb7103459cfcfc0976e55d8f04335..f7d91c76f86fdfa456817629ab320dcf637be124 100644 (file)
@@ -187,7 +187,7 @@ protected:
     int m_countVisible;
 
 private:
-    DECLARE_NO_COPY_CLASS(wxCaretBase);
+    DECLARE_NO_COPY_CLASS(wxCaretBase)
 };
 
 // ---------------------------------------------------------------------------