summaryrefslogtreecommitdiff
path: root/interchange/ord.h
diff options
context:
space:
mode:
Diffstat (limited to 'interchange/ord.h')
-rw-r--r--interchange/ord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.h b/interchange/ord.h
index 2202243..d6ce999 100644
--- a/interchange/ord.h
+++ b/interchange/ord.h
@@ -4,7 +4,7 @@
#include "interchange/typedefs.h"
struct interchange_ord_item {
- struct interchange_product *product;
+ struct interchange_product product;
unsigned int quantity;
};