diff options
Diffstat (limited to 'interchange')
-rw-r--r-- | interchange/ord.h | 2 |
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; }; |