[Insight-developers] Default constructor warnings
Mathieu Coursolle
mcoursolle at rogue-research.com
Fri Mar 9 09:44:57 EST 2007
Hi,
I use ITK in a XCode project, and I get some warnings because some
classes do not have a default constructor.
Shouldn't they have one?
I changed a few to avoid those warnings in my code. Here is attached a path
for four of them. Would it be possible to commit that change to CVS?
Thank you.
Mathieu
--
____________________________________________________________
Mathieu Coursolle mcoursolle at rogue-research.com
Rogue Research www.rogue-research.com
Montréal, Québec, Canada
-------------- next part --------------
? Code/Common/.DS_Store
? Utilities/.DS_Store
Index: Code/Common/itkRegion.h
===================================================================
RCS file: /cvsroot/Insight/Insight/Code/Common/itkRegion.h,v
retrieving revision 1.13
diff -r1.13 itkRegion.h
73a74,75
>
> Region() {}
74a77
>
Index: Utilities/DICOMParser/DICOMAppHelper.h
===================================================================
RCS file: /cvsroot/Insight/Insight/Utilities/DICOMParser/DICOMAppHelper.h,v
retrieving revision 1.28
diff -r1.28 DICOMAppHelper.h
40a41
> ltstdstr() {}
Index: Utilities/DICOMParser/DICOMCallback.h
===================================================================
RCS file: /cvsroot/Insight/Insight/Utilities/DICOMParser/DICOMCallback.h,v
retrieving revision 1.7
diff -r1.7 DICOMCallback.h
55a56
> DICOMCallback() {}
Index: Utilities/DICOMParser/DICOMParserMap.h
===================================================================
RCS file: /cvsroot/Insight/Insight/Utilities/DICOMParser/DICOMParserMap.h,v
retrieving revision 1.6
diff -r1.6 DICOMParserMap.h
46a47
> group_element_compare() {}
More information about the Insight-developers
mailing list