diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-30 18:02:59 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-30 18:02:59 +0800 |
| commit | 9aea7c06c3702b313aea183e841df94a27b8c06a (patch) | |
| tree | 271ca9cd2dfa6199fe08fe68401ebfcbd13fc815 /client.cxx | |
| parent | 30da849074d90ecd7baaf7705aee81149c732dcd (diff) | |
Catalog uses similar term as previous commit
Diffstat (limited to 'client.cxx')
| -rw-r--r-- | client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |