mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 13:24:37 +00:00
Fix warning.
This was SVN commit r16077.
This commit is contained in:
@@ -842,7 +842,7 @@ CScriptVal ReadJSONFile(ScriptInterface::CxPrivate* pCxPrivate, std::wstring fil
|
||||
return out.get();
|
||||
}
|
||||
|
||||
CParamNode GetTemplate(ScriptInterface::CxPrivate* pCxPrivate, std::string templateName)
|
||||
CParamNode GetTemplate(ScriptInterface::CxPrivate* UNUSED(pCxPrivate), std::string templateName)
|
||||
{
|
||||
return g_GUI->GetTemplate(templateName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user