diff options
Diffstat (limited to 'interchange/ord.h')
-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 56bd648..836588b 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -15,7 +15,7 @@ struct interchange_ord_order { double total_cost; char *profile; size_t nitems; - struct interchange_ord_item *items; + struct interchange_ord_item **items; }; struct interchange_ord_transaction { |