]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_StructureSet.h
MSVC++ complains that the exception is not used, put debugging message back
[clitk.git] / common / clitkDicomRT_StructureSet.h
index 77d164d29175c84089a36738a39d671489f1677c..541a91c5d0a6a362e5dcec8df9aba8fc7acb44fc 100644 (file)
@@ -46,7 +46,7 @@ namespace clitk {
     const std::string & GetDate() const;
     const std::string & GetTime() const;
 
-    int AddBinaryImageAsNewROI(vvImage::Pointer i, std::string name);
+    int AddBinaryImageAsNewROI(vvImage * i, std::string name);
     
   protected:
     std::string mStudyID;