summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 15157cc7d..2197616f7 100644
--- a/window.h
+++ b/window.h
@@ -430,7 +430,7 @@ assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));
typedef struct {
int sel;
- CargoID cargo;
+ struct RefitOption *cargo;
struct RefitList *list;
uint length;
} refit_d;