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 76d10b4 commit c18fc86Copy full SHA for c18fc86
src/nbl/builtin/template/CArchive.cpp.in
@@ -5,7 +5,7 @@ using namespace @_NAMESPACE_@;
5
6
static const auto k_builtinArchiveFileList = new nbl::core::vector<nbl::system::IFileArchive::SFileList::SEntry>{
7
@_RESOURCES_INIT_LIST_@
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))
0 commit comments