Skip to content

Commit f2c34d6

Browse files
committed
COMP: Fix doc-string of TreeIteratorBase::RemoveChild from Deprecated
Problem inadvertently introduced by d58bf56. The error message was: C:\Misc\ITK-patches-rel\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.hxx(238,30): error C2039: 'RemoveChild': is not a member of 'itk::TreeIteratorBase<TTreeType>' C:\Misc\ITK-patches-rel\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.hxx(238,30): error C2039: 'RemoveChild': is not a member of 'itk::TreeIteratorBase<TTreeType>' (compiling source file '../../../../../ITK-patches-rel/Modules/Compatibility/Deprecated/test/itkTreeContainerTest.cxx') C:\Misc\ITK-patches-rel\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.h(68,27): see declaration of 'itk::TreeIteratorBase<TTreeType>' C:\Misc\ITK-patches-rel\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.hxx(239,1): error C2447: '{': missing function header (old-style formal list?) (compiling source file '../../../../../ITK-patches-rel/Modules/Compatibility/Deprecated/test/itkTreeContainerTest.cxx') (compiling source file '../../../../../ITK-patches-rel/Modules/Compatibility/Deprecated/test/itkTreeContainerTest2.cxx') C:\Misc\ITK-patches-rel\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.h(68,27): see declaration of 'itk::TreeIteratorBase<TTreeType>' C:\Misc\ITK-patches-rel\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.hxx(239,1): error C2447: '{': missing function header (old-style formal list?) (compiling source file '../../../../../ITK-patches-rel/Modules/Compatibility/Deprecated/test/itkTreeContainerTest2.cxx')
1 parent 2b17c8d commit f2c34d6

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)