diff Orthanc/Core/Toolbox.h @ 129:2c73a785c08e

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 May 2016 16:39:55 +0200
parents e8cfda4c8a2f
children d73006baca3f
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.h	Fri Apr 15 21:44:03 2016 +0200
+++ b/Orthanc/Core/Toolbox.h	Sat May 14 16:39:55 2016 +0200
@@ -127,7 +127,7 @@
                       const std::string& data);
 
 #  if BOOST_HAS_REGEX == 1
-    void DecodeDataUriScheme(std::string& mime,
+    bool DecodeDataUriScheme(std::string& mime,
                              std::string& content,
                              const std::string& source);
 #  endif