summaryrefslogtreecommitdiffstats
path: root/cpp/sca/test/store-object/catalog.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpp/sca/test/store-object/catalog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/sca/test/store-object/catalog.hpp b/cpp/sca/test/store-object/catalog.hpp
index 6909911c07..fab013cf8e 100644
--- a/cpp/sca/test/store-object/catalog.hpp
+++ b/cpp/sca/test/store-object/catalog.hpp
@@ -54,7 +54,7 @@ public:
virtual const tuscany::list<Item> get() const {
const std::string currencySymbol = currencyConverter.getSymbol(currencyCode);
- return tuscany::makeList(
+ return tuscany::mklist(
Item("Apple", currencyCode, currencySymbol, convert(2.99)),
Item("Orange", currencyCode, currencySymbol, convert(3.55)),
Item("Pear", currencyCode, currencySymbol, convert(1.55)));