Revert change

This commit is contained in:
Kim Kulling
2022-01-18 21:36:02 +01:00
committed by GitHub
parent 1e80630d5d
commit cf47411742

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");
}
// ------------------------------------------------------------------------------------------------