fixed warning

pull/3801/head
Krishty 2021-04-24 00:44:50 +02:00
parent b00de10eb3
commit 628cba9490
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ NFFImporter::~NFFImporter() {}
// ------------------------------------------------------------------------------------------------
// Returns whether the class can handle the format of the given file.
bool NFFImporter::CanRead(const std::string &pFile, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
bool NFFImporter::CanRead(const std::string & /*pFile*/, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
return false;
}