aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index 8f973f03cd..50722ae8dc 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -37,7 +37,7 @@ namespace Glk {
class Clipboard;
class Conf;
class Events;
-class PicList;
+class Pictures;
class Screen;
class Selection;
class Streams;
@@ -96,7 +96,7 @@ public:
Clipboard *_clipboard;
Conf *_conf;
Events *_events;
- PicList *_picList;
+ Pictures *_pictures;
Screen *_screen;
Selection *_selection;
Streams *_streams;