summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/http/httppatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/http/httppatch.cpp')
-rw-r--r--sca-cpp/trunk/components/http/httppatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/http/httppatch.cpp b/sca-cpp/trunk/components/http/httppatch.cpp
index 06810e5d90..3e6f7af2c0 100644
--- a/sca-cpp/trunk/components/http/httppatch.cpp
+++ b/sca-cpp/trunk/components/http/httppatch.cpp
@@ -60,7 +60,7 @@ public:
const value func(car(params));
if (func == "get")
return get(url, val, *ch);
- return tuscany::mkfailure<tuscany::value>();
+ return mkfailure<value>();
}
private: