Fixed typo of method name

This commit is contained in:
Jannik Heller
2016-05-30 13:43:09 +01:00
committed by Robert Osfield
parent 8d08b75e19
commit 5c46d9de3e

View File

@@ -132,7 +132,7 @@ class OSG_EXPORT Group : public Node
return false;
}
template<class T> bool conatainsNode(const ref_ptr<T>& node) const { return containsNode(node.get()); }
template<class T> bool containsNode(const ref_ptr<T>& 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