]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
renamed wxWave to wxSound
[wxWidgets.git] / include / wx / generic / grid.h
index 608f31e6353d62224fc2423c8c9f5dc90c0f3610..8996aed1bcf9a54740317235a37f990952a663a8 100644 (file)
@@ -567,6 +567,8 @@ public:
     wxGridCellChoiceEditor(size_t count = 0,
                            const wxString choices[] = NULL,
                            bool allowOthers = FALSE);
+    wxGridCellChoiceEditor(const wxArrayString& choices,
+                           bool allowOthers = FALSE);
 
     virtual void Create(wxWindow* parent,
                         wxWindowID id,