]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
Fix for deprecated constructor issues, setting a function without a body as inline...
[wxWidgets.git] / include / wx / gtk / choice.h
index a0750e61b755cf9cad248c7d1863bfe9b42e0fc8..31704b746c943d1e04ffad6c91a5e672212742cf 100644 (file)
@@ -50,7 +50,7 @@ public:
     bool Create( wxWindow *parent, wxWindowID id,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            int n = 0, const wxString choices[] = (wxString *) NULL,
+            int n = 0, const wxString choices[] = NULL,
             long style = 0,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxChoiceNameStr );