Various build fixes, ref #802
This commit is contained in:
@@ -50,6 +50,9 @@ namespace lms::scanner
|
||||
{
|
||||
IdType objectId;
|
||||
std::filesystem::path file;
|
||||
|
||||
FileToCheck(IdType _objectId, const std::filesystem::path& _file)
|
||||
: objectId{ _objectId }, file{ _file } {}
|
||||
};
|
||||
|
||||
template<typename IdType>
|
||||
|
||||
Reference in New Issue
Block a user