Add ToStr case for raw filetype

This commit is contained in:
baldurk
2017-12-15 12:22:16 +00:00
parent 84220b9aaf
commit 51cd28b62f
+1
View File
@@ -117,6 +117,7 @@ std::string DoStringise(const FileType &el)
STRINGISE_ENUM_CLASS(TGA);
STRINGISE_ENUM_CLASS(HDR);
STRINGISE_ENUM_CLASS(EXR);
STRINGISE_ENUM_CLASS(Raw);
}
END_ENUM_STRINGISE();
}