aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_api.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-18 22:32:27 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit525c09ef38c00d71cf3037d61d221783d3b48cf3 (patch)
treefd0a4bea7984bef5e38d329cd3eddf1ee31da693 /engines/glk/glk_api.h
parentf7cb4170847373a84268479bd7487c20c58d5639 (diff)
downloadscummvm-rg350-525c09ef38c00d71cf3037d61d221783d3b48cf3.tar.gz
scummvm-rg350-525c09ef38c00d71cf3037d61d221783d3b48cf3.tar.bz2
scummvm-rg350-525c09ef38c00d71cf3037d61d221783d3b48cf3.zip
GLK: In progress transforming Blorb code to be a Common::Archive
Diffstat (limited to 'engines/glk/glk_api.h')
-rw-r--r--engines/glk/glk_api.h2
1 files changed, 1 insertions, 1 deletions
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];