Revert change.

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

View File

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