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 759b537250
commit 55e5d74a1c

View File

@ -132,7 +132,7 @@ class OSG_EXPORT Group : public Node
return false; 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 /** Get the index number of child, return a value between
* 0 and _children.size()-1 if found, if not found then * 0 and _children.size()-1 if found, if not found then