Revert change

pull/4342/head
Kim Kulling 2022-01-18 21:36:02 +01:00 committed by GitHub
parent 1e80630d5d
commit cf47411742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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