Krishty před 4 roky
rodič
revize
628cba9490
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      code/AssetLib/NFF/NFFLoader.cpp

+ 1 - 1
code/AssetLib/NFF/NFFLoader.cpp

@@ -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;
 }