]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
fix bug in Eof() which returned true even if we were only on the last line, not beyond it
[wxWidgets.git] / include / wx / stdpaths.h
index 233fc7f3a835c7d4d0acbe34ab9c699c7808526d..d0b9dee54d218c3e4f949245c8887696d7d03556 100644 (file)
@@ -104,7 +104,8 @@ public:
     // prefix/share/locale/lang/LC_MESSAGES)
     virtual wxString
     GetLocalizedResourcesDir(const wxChar *lang,
-                             ResourceCat category = ResourceCat_None) const
+                             ResourceCat WXUNUSED(category)
+                                = ResourceCat_None) const
     {
         return GetResourcesDir() + wxFILE_SEP_PATH + lang;
     }