]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridctrl.h
wxUSE_XML
[wxWidgets.git] / include / wx / generic / gridctrl.h
index b607c326075f22117700c49787975048893167c8..9699f0476bda24c4c91bea1b599056c58dbe5ba2 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "wx/grid.h"
 #include "wx/string.h"
+#include "wx/arrstr.h"
 #include "wx/datetime.h"
 
 #define wxGRID_VALUE_CHOICEINT    _T("choiceint")
@@ -109,6 +110,8 @@ public:
 
 private:
     long int   m_startint;
+
+    DECLARE_NO_COPY_CLASS(wxGridCellEnumEditor)
 };
 
 #endif // wxUSE_COMBOBOX
@@ -123,6 +126,8 @@ public:
 
     virtual wxGridCellEditor *Clone() const
         { return new wxGridCellAutoWrapStringEditor; }
+
+    DECLARE_NO_COPY_CLASS(wxGridCellAutoWrapStringEditor)
 };
 
 class WXDLLEXPORT wxGridCellAutoWrapStringRenderer : public wxGridCellStringRenderer