We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18fc86 commit e55b5a0Copy full SHA for e55b5a0
src/nbl/builtin/template/CArchive.cpp.in
@@ -8,7 +8,7 @@ static const auto k_builtinArchiveFileList = new nbl::core::vector<nbl::system::
8
};
9
10
CArchive::CArchive(nbl::system::logger_opt_smart_ptr&& logger)
11
- : nbl::system::CFileArchive(nbl::system::path(pathPrefix.data()),std::move(logger), k_builtinArchiveFileList))
+ : nbl::system::CFileArchive(nbl::system::path(pathPrefix.data()),std::move(logger), k_builtinArchiveFileList)
12
{
13
14
}
0 commit comments