summaryrefslogtreecommitdiff
path: root/qicclient/product.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/product.hxx')
-rw-r--r--qicclient/product.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/qicclient/product.hxx b/qicclient/product.hxx
index 5d19d41..18b850a 100644
--- a/qicclient/product.hxx
+++ b/qicclient/product.hxx
@@ -20,7 +20,6 @@ namespace QICClient {
CrossSellRole
};
- Product() {}
Product(icclient_product* product) :
price{product->price},
weight{product->weight}
@@ -60,4 +59,4 @@ namespace QICClient {
}
-#endif // QICCLIENT_PRODUCT_HXX
+#endif