From 5a5a225216111b9507595a2ccfd37c3a518aa3a4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 17:23:26 -0400 Subject: SHERLOCK: RT: Implemented further journal draw methods --- engines/sherlock/journal.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/sherlock/journal.h') diff --git a/engines/sherlock/journal.h b/engines/sherlock/journal.h index 18bc54173f..93fdf25098 100644 --- a/engines/sherlock/journal.h +++ b/engines/sherlock/journal.h @@ -47,8 +47,6 @@ struct JournalEntry { }; class Journal { -private: - protected: SherlockEngine *_vm; Common::StringArray _directory; @@ -62,7 +60,6 @@ protected: int _sub; Common::String _find; - Journal(SherlockEngine *vm); /** @@ -84,7 +81,7 @@ public: /** * Draw the journal background, frame, and interface buttons */ - virtual void drawJournalFrame() = 0; + virtual void drawFrame() = 0; /** * Records statements that are said, in the order which they are said. The player -- cgit v1.2.3