aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_view.h')
-rw-r--r--engines/titanic/game_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game_view.h b/engines/titanic/game_view.h
index 29e800bc7a..e17d72b472 100644
--- a/engines/titanic/game_view.h
+++ b/engines/titanic/game_view.h
@@ -57,7 +57,7 @@ public:
* Set the currently active view
*/
virtual void setView(CViewItem *item) = 0;
-
+
virtual void draw(const Rect &bounds) = 0;
/**