From bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 16 Nov 2018 20:38:25 -0800 Subject: GLK: Fix gcc compiler warnings --- engines/glk/glk_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/glk/glk_api.h') 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)); -- cgit v1.2.3