diff options
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 980132b..57f9641 100644 --- a/qicclient/product.hxx +++ b/qicclient/product.hxx @@ -20,6 +20,7 @@ namespace QICClient { CrossSellRole }; + Product() {} Product(struct icclient_product* product) : price{product->price}, weight{product->weight} |