From 525c09ef38c00d71cf3037d61d221783d3b48cf3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 18 Nov 2018 22:32:27 -0800 Subject: GLK: In progress transforming Blorb code to be a Common::Archive --- engines/glk/glk_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/glk_api.h') diff --git a/engines/glk/glk_api.h b/engines/glk/glk_api.h index 400f3c08cd..b625f69bf7 100644 --- a/engines/glk/glk_api.h +++ b/engines/glk/glk_api.h @@ -34,7 +34,7 @@ namespace Glk { /** * Implements the GLK interface */ -class GlkAPI : public GlkEngine, public Blorb { +class GlkAPI : public GlkEngine { private: bool _gliFirstEvent; unsigned char _charTolowerTable[256]; -- cgit v1.2.3