diff OrthancServer/DatabaseWrapper.h @ 742:1cd3ec544039

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Mar 2014 20:29:26 +0100
parents 696dbb4fd390
children 649d47854314
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Wed Mar 19 10:50:53 2014 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Wed Mar 19 20:29:26 2014 +0100
@@ -67,10 +67,10 @@
                             int64_t since,
                             unsigned int maxResults);
 
-    void GetExportedResources(Json::Value& target,
-                              SQLite::Statement& s,
-                              int64_t since,
-                              unsigned int maxResults);
+    void GetExportedResourcesInternal(Json::Value& target,
+                                      SQLite::Statement& s,
+                                      int64_t since,
+                                      unsigned int maxResults);
 
   public:
     void SetGlobalProperty(GlobalProperty property,