]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/strconv.h
fix few doxygen warnings
[wxWidgets.git] / interface / wx / strconv.h
index 9a40c5cdec70dae425c0d035cfc57bb9d7e9ee5a..22e9de28508c7253641fc525945db9e088cb7864 100644 (file)
@@ -174,8 +174,8 @@ public:
         compatibility concerns).
     */
     const wxWCharBuffer cMB2WC(const char* in,
-                               size_t inLen = wxNO_LEN,
-                               size_t *outLen = NULL) const;
+                               size_t inLen,
+                               size_t *outLen) const;
 
     //@{
     /**
@@ -201,8 +201,8 @@ public:
         FromWChar(), please see the description of cMB2WC() for more details.
     */
     const wxCharBuffer cWC2MB(const wchar_t* in,
-                              size_t inLen = wxNO_LEN,
-                              size_t *outLen = NULL) const;
+                              size_t inLen,
+                              size_t *outLen) const;
 
     //@{
     /**