]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxcrt.h
Fixed typo.
[wxWidgets.git] / include / wx / wxcrt.h
index d095ff97b110780f1b69e3d1ff9d2d1cf72334cc..2c5dd24b505fa97de4d0ef04330c7453c9b4f91a 100644 (file)
@@ -879,8 +879,8 @@ inline double wxStrtod(const wxCStrData& nptr, T endptr)
     inline rettype name(const wchar_t *nptr, wchar_t **endptr, int base)      \
         { return implW(nptr, endptr, base); }                                 \
     template<typename T>                                                      \
-    inline rettype name(const wxScopedCharTypeBuffer<T>& nptr, T **endptr, int base)\
-        { wxUnusedVar(base); return name(nptr.data(), endptr); }              \
+    inline rettype name(const wxScopedCharTypeBuffer<T>& nptr, T **endptr, int)\
+        { return name(nptr.data(), endptr); }                                 \
     template<typename T>                                                      \
     inline rettype name(const wxString& nptr, T endptr, int base)             \
     {                                                                         \