From 6dea83846b4b33f387de611edf01319740180946 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:07 +0000 Subject: [PATCH] Fix typo in wxOwnerDrawnComboBox ctor documentation. "[]" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/odcombo.h b/interface/wx/odcombo.h index 7eae282d8f..568079dc22 100644 --- a/interface/wx/odcombo.h +++ b/interface/wx/odcombo.h @@ -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"); -- 2.50.0