GRAPHICS: Remove extra semicolon.

This commit is contained in:
Johannes Schickel 2012-08-29 15:58:55 +02:00
parent 933726a7e8
commit f189d8a541

View File

@ -59,7 +59,7 @@ public:
virtual void destroy();
virtual const Surface *getSurface() const {
return &_surface;
};
}
virtual const byte *getPalette() const { return _colorMap; }
virtual uint16 getPaletteColorCount() const { return _colorMapLength; }
virtual bool loadStream(Common::SeekableReadStream &stream);