diff OrthancServer/OrthancRestApi2.h @ 213:4ce7fdcc8879

access to tags, simplified-tags and file of an instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 10:59:40 +0100
parents 96b7918a6a18
children 4eb0c7ce86c9
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi2.h	Thu Nov 29 10:13:49 2012 +0100
+++ b/OrthancServer/OrthancRestApi2.h	Thu Nov 29 10:59:40 2012 +0100
@@ -58,7 +58,7 @@
       return index_;
     }
     
-    FileStorage& GetStorage()
+    FileStorage& GetFileStorage()
     {
       return storage_;
     }