summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
Diffstat (limited to 'sord')
-rw-r--r--sord/sordmm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp
index bbb378e..1cb34e7 100644
--- a/sord/sordmm.hpp
+++ b/sord/sordmm.hpp
@@ -347,7 +347,7 @@ Node::Node(World& world, SordNode* node, bool copy)
}
inline
-Node::Node(const Node& other)
+Node::Node(const Node& other) // NOLINT(bugprone-copy-constructor-init)
: Wrapper<SordNode>()
, _world(other._world)
{