From 628cc40e8fc84d52c551551c72606bdce1bc58ce Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sun, 3 Jul 2011 18:28:22 +0200 Subject: MOHAWK: Fix build. --- engines/mohawk/livingbooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h index 6cf3ee361b..ad2fe56a52 100644 --- a/engines/mohawk/livingbooks.h +++ b/engines/mohawk/livingbooks.h @@ -688,6 +688,7 @@ public: LBMode getCurMode() { return _curMode; } bool tryLoadPageStart(LBMode mode, uint page); + bool loadPage(LBMode mode, uint page, uint subpage); void prevPage(); void nextPage(); @@ -716,7 +717,6 @@ private: Common::Queue _eventQueue; LBItem *_focus; void destroyPage(); - bool loadPage(LBMode mode, uint page, uint subpage); void updatePage(); uint16 _lastSoundOwner, _lastSoundId; -- cgit v1.2.3