diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index bdbe0e71cc7..b1f6560445e 100644 --- a/src/window.h +++ b/src/window.h @@ -89,7 +89,7 @@ struct cursor_pos struct window { /* This is for Lisp; the terminal code does not refer to it. */ - struct vector_header header; + struct vectorlike_header header; /* The frame this window is on. */ Lisp_Object frame; |