aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_api.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-16 20:38:25 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitbc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e (patch)
tree8dd8ac087d1d07a161fa0da72a037bb021e6453f /engines/glk/glk_api.h
parentfc2b1edd1fd6227e9495ada72840e9434f9095fa (diff)
downloadscummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.tar.gz
scummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.tar.bz2
scummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.zip
GLK: Fix gcc compiler warnings
Diffstat (limited to 'engines/glk/glk_api.h')
-rw-r--r--engines/glk/glk_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/glk_api.h b/engines/glk/glk_api.h
index 8a37df1b7c..400f3c08cd 100644
--- a/engines/glk/glk_api.h
+++ b/engines/glk/glk_api.h
@@ -44,6 +44,7 @@ public:
* Constructor
*/
GlkAPI(OSystem *syst, const GlkGameDescription &gameDesc);
+ virtual ~GlkAPI() {}
void glk_exit(void);
void glk_set_interrupt_handler(void(*func)(void));