From: bharath Date: Thu, 12 Aug 2010 08:58:30 +0000 (+0000) Subject: use of another vtkSmartPointer X-Git-Tag: v1.2.0~434 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bb5cabe4ab06b63743fceaa76aaf4b40c54110c2;p=clitk.git use of another vtkSmartPointer --- diff --git a/common/vvImage.cxx b/common/vvImage.cxx index 821de16..066aaad 100644 --- a/common/vvImage.cxx +++ b/common/vvImage.cxx @@ -234,7 +234,7 @@ const std::vector& vvImage::GetVTKImages() //-------------------------------------------------------------------- //-------------------------------------------------------------------- -vtkImageData* vvImage::GetFirstVTKImageData() +vtkSmartPointer vvImage::GetFirstVTKImageData() { return mVtkImages[0]; }