X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSaveState.h;h=8085e25b697fa44d9c88ddf84c3987336d23faf4;hb=83eb68efc39ad8fcb5e4e684afafcfc86b829c96;hp=4f96c063e15a61e413fa1bbb531422111603ff6f;hpb=84facf1bc847da95b567b0c7531404c170f68cc2;p=clitk.git diff --git a/vv/vvSaveState.h b/vv/vvSaveState.h index 4f96c06..8085e25 100644 --- a/vv/vvSaveState.h +++ b/vv/vvSaveState.h @@ -30,8 +30,13 @@ protected: void SaveVector(const QTreeWidgetItem* item); void SaveLink(const vvSlicerManager* slicerManager); +#if __cplusplus > 199711L + std::shared_ptr m_XmlWriter; + std::shared_ptr m_File; +#else std::auto_ptr m_XmlWriter; std::auto_ptr m_File; +#endif vvMainWindow* m_Window; };