From 9aea7c06c3702b313aea183e841df94a27b8c06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Tue, 30 Jun 2020 18:02:59 +0800 Subject: Catalog uses similar term as previous commit --- client.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.cxx') diff --git a/client.cxx b/client.cxx index 8140365..893ef84 100644 --- a/client.cxx +++ b/client.cxx @@ -45,7 +45,7 @@ namespace ICClient { void Client::order(QString const& sku, Catalog const& catalog, Basket& order) { auto c_order = order.data(); - icclient_order(sku.toLatin1().constData(), catalog.c_catalog(), &c_order); + icclient_order(sku.toLatin1().constData(), catalog.constData(), &c_order); order.setData(c_order); } -- cgit v1.2.3