aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/streams.h')
-rw-r--r--engines/glk/streams.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/streams.h b/engines/glk/streams.h
index 32bde70887..22a0a59602 100644
--- a/engines/glk/streams.h
+++ b/engines/glk/streams.h
@@ -300,6 +300,11 @@ public:
Stream(streams, false, true, rock, unicode), _window(window) {}
/**
+ * Destructor
+ */
+ virtual ~WindowStream();
+
+ /**
* Close the stream
*/
virtual void close(StreamResult *result = nullptr);