]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/caret.h
fixed wxBase and GUI separation for sockets code
[wxWidgets.git] / include / wx / msw / caret.h
index 29c00938e91aee9e7db34c12ff81ce80bba5120d..19d91f4bcf5784dfcc80761fe385343768e3bb8f 100644 (file)
@@ -59,6 +59,8 @@ protected:
 
 private:
     bool m_hasCaret;
+
+    DECLARE_NO_COPY_CLASS(wxCaret)
 };
 
 #endif // _WX_CARET_H_