mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
GRAPHICS: Remove extra semicolon.
This commit is contained in:
parent
933726a7e8
commit
f189d8a541
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user