X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvReadState.h;h=b10a2cbacb31e9212a7d95ea12aaa4e450fd83b9;hb=HEAD;hp=a34c464cfa2bd17a7e0063ba5c54ee7ab50da967;hpb=300af893aa6a88e8576cf5f246ee74a207b156b9;p=clitk.git diff --git a/vv/vvReadState.h b/vv/vvReadState.h index a34c464..b10a2cb 100644 --- a/vv/vvReadState.h +++ b/vv/vvReadState.h @@ -29,8 +29,13 @@ protected: std::string ReadVector(int index); std::string ReadLink(); +#if __cplusplus > 199711L + std::shared_ptr m_XmlReader; + std::shared_ptr m_File; +#else std::auto_ptr m_XmlReader; std::auto_ptr m_File; +#endif vvMainWindow* m_Window; int m_TreeItemCount; int m_NumImages;