mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 06:49:32 -05:00
Adapt to new auto coding style
This commit is contained in:
@@ -131,7 +131,7 @@ namespace {
|
||||
}
|
||||
else {
|
||||
// We don't have a child, so we must generate it
|
||||
std::unique_ptr<TreeNode> newNode = std::make_unique<TreeNode>(*path.begin());
|
||||
auto newNode = std::make_unique<TreeNode>(*path.begin());
|
||||
n = newNode.get();
|
||||
node.children.push_back(std::move(newNode));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user