Commit f2c34d6
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- Modules/Compatibility/Deprecated/include
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments