]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strvararg.cpp
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T>...
[wxWidgets.git] / src / common / strvararg.cpp
index a10cdc26dd39bca1e679895149994eb783930abe..32775972bd5b2c570709d6778ef54058a87e0673 100644 (file)
@@ -520,7 +520,7 @@ class wxScanfFormatConverterWchar : public wxFormatConverterBase<wchar_t>
     }
 };
 
-const wxWCharBuffer wxScanfConvertFormatW(const wchar_t *format)
+const wxScopedWCharBuffer wxScanfConvertFormatW(const wchar_t *format)
 {
     return wxScanfFormatConverterWchar().Convert(format);
 }