aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2011-11-16 19:16:19 +0100
committerJohannes Schickel2011-12-26 16:18:12 +0100
commit76bfcf834d73a9578164842ed5ab8e1eff2814e8 (patch)
tree17a8fffe68bcb03cb9174c1e709213f42dbfa355 /engines/kyra/lol.h
parentb7f7635876d3621b11d66cddca9babc1b5f1a1c6 (diff)
downloadscummvm-rg350-76bfcf834d73a9578164842ed5ab8e1eff2814e8.tar.gz
scummvm-rg350-76bfcf834d73a9578164842ed5ab8e1eff2814e8.tar.bz2
scummvm-rg350-76bfcf834d73a9578164842ed5ab8e1eff2814e8.zip
KYRA: (EOB) - some refactoring
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index a33263fc96..8ddba8607c 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -279,7 +279,7 @@ public:
virtual void initKeymap();
Screen *screen();
- GUI_v1 *gui() const;
+ GUI *gui() const;
private:
Screen_LoL *_screen;