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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user