diff Core/RestApi/RestApiGetCall.h @ 975:c550e99c452b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Jun 2014 14:53:18 +0200
parents 83622b0f544c
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/RestApi/RestApiGetCall.h	Mon Jun 30 14:44:05 2014 +0200
+++ b/Core/RestApi/RestApiGetCall.h	Mon Jun 30 14:53:18 2014 +0200
@@ -47,7 +47,7 @@
     RestApiGetCall(RestApiOutput& output,
                    RestApi& context,
                    const HttpHandler::Arguments& httpHeaders,
-                   const RestApiPath::Components& uriComponents,
+                   const HttpHandler::Arguments& uriComponents,
                    const UriComponents& trailing,
                    const UriComponents& fullUri,
                    const HttpHandler::Arguments& getArguments) :