diff OrthancCppClient/Patient.h @ 500:ec19da4a1fe7 laaw

fix api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Jul 2013 22:31:22 +0200
parents 7f7a2d174acb
children eaca3d38b2aa
line wrap: on
line diff
--- a/OrthancCppClient/Patient.h	Wed Jul 17 17:42:18 2013 +0200
+++ b/OrthancCppClient/Patient.h	Wed Jul 17 22:31:22 2013 +0200
@@ -79,7 +79,7 @@
       return id_.c_str();
     }
 
-    std::string GetMainDicomTag(const char* tag, 
+    const char* GetMainDicomTag(const char* tag, 
                                 const char* defaultValue) const;
   };
 }