]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/buffer.h
Correct wxEVT_AUXn_XXX event types names.
[wxWidgets.git] / interface / wx / buffer.h
index b6052f47d92118b792a8cbd5517c0172d429c03b..d9a61010dcc7e62b7dc7ecdadc2b4c0df5c250f5 100644 (file)
@@ -74,7 +74,7 @@ public:
         @param len If specified, length of the string, otherwise the string
                    is considered to be NUL-terminated.
      */
-    static const wxScopedCharTypeBuffer CreateOwned(const CharType *str, size_t len = wxNO_LEN);
+    static const wxScopedCharTypeBuffer CreateOwned(CharType *str, size_t len = wxNO_LEN);
 
     /**
         Copy constructor.