]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridctrl.h
added test for writing empty value to the config
[wxWidgets.git] / include / wx / generic / gridctrl.h
index 1295d5d10b454921b6f0f99e1ab348931dcd237f..82431d0c0e0cc477731bc310d049b78390ebc481 100644 (file)
@@ -91,6 +91,8 @@ protected:
 };
 
 
+#if wxUSE_COMBOBOX
+
 class WXDLLEXPORT wxGridCellEnumEditor : public wxGridCellChoiceEditor
 {
 public:
@@ -106,6 +108,7 @@ private:
     long int   m_startint;
 };
 
+#endif // wxUSE_COMBOBOX
 
 class wxGridCellAutoWrapStringEditor : public wxGridCellTextEditor
 {