diff Core/RestApi/RestApiDeleteCall.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/RestApiDeleteCall.h	Mon Jun 30 14:44:05 2014 +0200
+++ b/Core/RestApi/RestApiDeleteCall.h	Mon Jun 30 14:53:18 2014 +0200
@@ -44,7 +44,7 @@
     RestApiDeleteCall(RestApiOutput& output,
                       RestApi& context,
                       const HttpHandler::Arguments& httpHeaders,
-                      const RestApiPath::Components& uriComponents,
+                      const HttpHandler::Arguments& uriComponents,
                       const UriComponents& trailing,
                       const UriComponents& fullUri) :
       RestApiCall(output, context, httpHeaders, uriComponents, trailing, fullUri)