Fix:Add missing semicolon.

This commit is contained in:
Kim Kulling
2022-12-05 13:15:42 +01:00
parent 81f85a6f93
commit 9d57ac9cc5
3 changed files with 2 additions and 6 deletions

View File

@@ -87,10 +87,6 @@ ASEImporter::ASEImporter() :
// empty
}
// ------------------------------------------------------------------------------------------------
// Destructor, private as well
ASEImporter::~ASEImporter() = default;
// ------------------------------------------------------------------------------------------------
// Returns whether the class can handle the format of the given file.
bool ASEImporter::CanRead(const std::string &pFile, IOSystem *pIOHandler, bool /*checkSig*/) const {