aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/window_text_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/window_text_grid.h')
-rw-r--r--engines/glk/window_text_grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/window_text_grid.h b/engines/glk/window_text_grid.h
index de64ab3801..c9c4b0364c 100644
--- a/engines/glk/window_text_grid.h
+++ b/engines/glk/window_text_grid.h
@@ -31,7 +31,7 @@ namespace Glk {
/**
* Text Grid window
*/
-class TextGridWindow : public Window {
+class TextGridWindow : public TextWindow {
/**
* Structure for a row within the grid window
*/