Various build fixes, ref #802

This commit is contained in:
emeric
2026-01-04 00:07:43 +01:00
parent 86f45aeec2
commit ae92f5c156
8 changed files with 127 additions and 68 deletions
@@ -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>