Fix typo in wxOwnerDrawnComboBox ctor documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:07 +0000 (15:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:07 +0000 (15:40 +0000)
"[]" was in the wrong place.

Closes #13987.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/odcombo.h

index 7eae282d8fb74a4d2a906568bd113a8c51a82885..568079dc2263edadd33dfbe469c57a15716fe23e 100644 (file)
@@ -100,7 +100,7 @@ public:
                          const wxPoint& pos = wxDefaultPosition,
                          const wxSize& size = wxDefaultSize,
                          int n = 0,
-                         const wxString[] choices = NULL,
+                         const wxString choices[] = NULL,
                          long style = 0,
                          const wxValidator& validator = wxDefaultValidator,
                          const wxString& name = "comboBox");