diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-18 21:31:37 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-18 21:31:37 +0800 |
commit | 582ad4435408bdc19a007315e2c41770174cd606 (patch) | |
tree | 31abd30ae87ecf62410509e5d10663549206a8e1 /qicclient/product.hxx | |
parent | a01bfc11355f041eb4225d5d104fee83e17db444 (diff) |
Conform to updated libicclient function names
Diffstat (limited to 'qicclient/product.hxx')
-rw-r--r-- | qicclient/product.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qicclient/product.hxx b/qicclient/product.hxx index 18b850a..980132b 100644 --- a/qicclient/product.hxx +++ b/qicclient/product.hxx @@ -20,7 +20,7 @@ namespace QICClient { CrossSellRole }; - Product(icclient_product* product) : + Product(struct icclient_product* product) : price{product->price}, weight{product->weight} { |