From 55e5d74a1caf8aacb0f5e6fb89f027a935de8c01 Mon Sep 17 00:00:00 2001 From: Jannik Heller Date: Mon, 30 May 2016 13:43:09 +0100 Subject: [PATCH] Fixed typo of method name --- include/osg/Group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Group b/include/osg/Group index 126cd714b..460c0690e 100644 --- a/include/osg/Group +++ b/include/osg/Group @@ -132,7 +132,7 @@ class OSG_EXPORT Group : public Node return false; } - template bool conatainsNode(const ref_ptr& node) const { return containsNode(node.get()); } + template bool containsNode(const ref_ptr& node) const { return containsNode(node.get()); } /** Get the index number of child, return a value between * 0 and _children.size()-1 if found, if not found then