diff Core/RestApi/RestApiOutput.h @ 215:c07170f3f4f7

refactoring of access to images in REST
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 11:25:29 +0100
parents b7aea293b965
children e5d5d4a9a326
line wrap: on
line diff
--- a/Core/RestApi/RestApiOutput.h	Thu Nov 29 11:11:53 2012 +0100
+++ b/Core/RestApi/RestApiOutput.h	Thu Nov 29 11:25:29 2012 +0100
@@ -59,6 +59,6 @@
     void AnswerBuffer(const std::string& buffer,
                       const std::string& contentType);
 
-    void Redirect(const char* path);
+    void Redirect(const std::string& path);
   };
 }