diff OrthancServer/DatabaseWrapper.h @ 1218:efece308018e

report database version in /system
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Nov 2014 15:58:13 +0100
parents 1169528a9a5f
children 9b4977e3c19d
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Tue Nov 04 16:09:35 2014 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Thu Nov 06 15:58:13 2014 +0100
@@ -80,7 +80,7 @@
                               GlobalProperty property);
 
     std::string GetGlobalProperty(GlobalProperty property,
-                                  const std::string& defaultValue = "");
+                                  const std::string& defaultValue);
 
     int64_t CreateResource(const std::string& publicId,
                            ResourceType type);