Skip to content

Commit 24c44b2

Browse files
authored
Merge pull request InsightSoftwareConsortium#5699 from dzenanz/treeIteratorRemoveChild
COMP: Fix doc-string of TreeIteratorBase::RemoveChild from Deprecated
2 parents e6b91c3 + f2c34d6 commit 24c44b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Compatibility/Deprecated/include/itkTreeIteratorBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ITK_TEMPLATE_EXPORT TreeIteratorBase
147147
/** Remove a child.
148148
*
149149
* Removes its child nodes as well.
150-
* /
150+
*/
151151
virtual bool
152152
RemoveChild(int number);
153153

0 commit comments

Comments
 (0)