summaryrefslogtreecommitdiff
path: root/interchange/ord.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'interchange/ord.hxx')
-rw-r--r--interchange/ord.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.hxx b/interchange/ord.hxx
index 7728085..34ff202 100644
--- a/interchange/ord.hxx
+++ b/interchange/ord.hxx
@@ -15,7 +15,7 @@ namespace QInterchange {
NameRole
};
Item(interchange_ord_item item) :
- product{item.product},
+ product{&item.product},
quantity{item.quantity},
name{item.name} {}
Product product;