]> Creatis software - clitk.git/blobdiff - vv/vvReadState.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvReadState.h
index 04607f68790bfa4261145f0526abf7b55a774502..b10a2cbacb31e9212a7d95ea12aaa4e450fd83b9 100644 (file)
@@ -27,9 +27,15 @@ protected:
   std::string ReadFusion(int index);
   std::string ReadOverlay(int index);
   std::string ReadVector(int index);
+  std::string ReadLink();
 
+#if __cplusplus > 199711L
+  std::shared_ptr<QXmlStreamReader> m_XmlReader;
+  std::shared_ptr<QFile> m_File;
+#else
   std::auto_ptr<QXmlStreamReader> m_XmlReader;
   std::auto_ptr<QFile> m_File;
+#endif
   vvMainWindow* m_Window;
   int m_TreeItemCount;
   int m_NumImages;