dynamic::create_map, dynamic::create_list
This commit is contained in:
@@ -92,7 +92,7 @@ void ContentLoader::fixPackIndices() {
|
||||
if (fs::is_regular_file(indexFile)) {
|
||||
root = files::read_json(indexFile);
|
||||
} else {
|
||||
root = std::make_shared<dynamic::Map>();
|
||||
root = dynamic::create_map();
|
||||
}
|
||||
|
||||
bool modified = false;
|
||||
|
||||
Reference in New Issue
Block a user