fixed unused parameter warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-27 13:46:50 +00:00
parent a8b9c34463
commit 8c94336825

View File

@@ -104,7 +104,8 @@ public:
// prefix/share/locale/lang/LC_MESSAGES) // prefix/share/locale/lang/LC_MESSAGES)
virtual wxString virtual wxString
GetLocalizedResourcesDir(const wxChar *lang, GetLocalizedResourcesDir(const wxChar *lang,
ResourceCat category = ResourceCat_None) const ResourceCat WXUNUSED(category)
= ResourceCat_None) const
{ {
return GetResourcesDir() + wxFILE_SEP_PATH + lang; return GetResourcesDir() + wxFILE_SEP_PATH + lang;
} }