diff Core/Toolbox.h @ 1981:4b545a8b1f95

return code in Toolbox::DecodeDataUriScheme
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Apr 2016 09:05:06 +0200
parents ff11ba08e5d0
children e2dd40abce72
line wrap: on
line diff
--- a/Core/Toolbox.h	Fri Apr 22 08:57:33 2016 +0200
+++ b/Core/Toolbox.h	Fri Apr 22 09:05:06 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