diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index 233fc7f3a8..d0b9dee54d 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -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; }