Fix compile.

svn-id: r33354
This commit is contained in:
Travis Howell 2008-07-28 05:38:24 +00:00
parent 7173aa2e3a
commit 1d1fc64c66

View File

@ -279,7 +279,7 @@ public:
Frames* loadFrames(const char* name);
void loadSlide(BackgroundInfo& info, const char *filename);
void loadScenery(BackgroundInfo& info, const char* name, const char* mask, const char* path);
GfxObj* AmigaDisk_br::loadObjects(const char *name);
GfxObj* loadObjects(const char *name);
Common::SeekableReadStream* loadMusic(const char* name);
Common::ReadStream* loadSound(const char* name);
Common::String selectArchive(const Common::String& name);