]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/strconv.h
take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory:...
[wxWidgets.git] / interface / strconv.h
index 64d2ffe3b52a7129c408eed548e243b0614518b9..fafa722f2b5ef80a7f51528ff83b1d4bb649a058 100644 (file)
@@ -330,7 +330,7 @@ public:
             The length of the output buffer but including
             NUL, ignored if out is @NULL
 
-        @returns The length of the converted string excluding the trailing NUL.
+        @return The length of the converted string excluding the trailing NUL.
     */
     virtual size_t MB2WC(wchar_t* out, const char* in,
                          size_t outLen) const;