diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-28 09:32:04 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-28 09:32:04 +0800 |
commit | 5d4ca393157362cb9e82022c1f66c61a66ad9077 (patch) | |
tree | b5f1cf586c3e3d9a3fba45631e80fe543139428c /qicclient/product.hxx | |
parent | 0d2a18b15d45d612f3b9ba92d7b7af23be7d444f (diff) |
Catalog updates from fellow C++ catalog
Diffstat (limited to 'qicclient/product.hxx')
-rw-r--r-- | qicclient/product.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qicclient/product.hxx b/qicclient/product.hxx index 79584c7..ae23459 100644 --- a/qicclient/product.hxx +++ b/qicclient/product.hxx @@ -20,6 +20,7 @@ namespace ICClient { CrossSellRole }; + Product() {} Product(icclient_product* product) : price{product->price}, weight{product->weight} |