diff --git a/Core/Loaders.h b/Core/Loaders.h index e7e4d17560..fe24872bfd 100644 --- a/Core/Loaders.h +++ b/Core/Loaders.h @@ -54,7 +54,9 @@ enum class IdentifiedFileType { UNKNOWN, }; + class FileLoader { +// NB: It is a REQUIREMENT that implementations of this class are entirely thread safe! public: enum class Flags { NONE,