diff options
Diffstat (limited to 'engines/hugo/menu.h')
-rw-r--r-- | engines/hugo/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/menu.h b/engines/hugo/menu.h index 14139ee755..6e2a9063bc 100644 --- a/engines/hugo/menu.h +++ b/engines/hugo/menu.h @@ -74,7 +74,7 @@ public: void handleCommand(GUI::CommandSender *sender, uint32 command, uint32 data); void handleMouseUp(int x, int y, int button, int clickCount); - void loadBmpArr(Common::File &in); + void loadBmpArr(Common::SeekableReadStream &in); protected: void init(); |