From eae3ff961001b9ce071873978e29310947d2212b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 10 May 2015 19:46:15 +0200 Subject: SHERLOCK: Fix compilation (sorry for the noise) --- engines/sherlock/sherlock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock/sherlock.h') diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h index 5a3ed4bc1f..501fdcb292 100644 --- a/engines/sherlock/sherlock.h +++ b/engines/sherlock/sherlock.h @@ -119,6 +119,7 @@ public: virtual Common::Error loadGameState(int slot); virtual Common::Error saveGameState(int slot, const Common::String &desc); virtual void syncSoundSettings(); + virtual bool getIsDemo() const; GameType getGameID() const; Common::Language getLanguage() const; -- cgit v1.2.3