mirror of https://github.com/stella-emu/stella.git
Fix compile warning.
This commit is contained in:
parent
1a5a0b5286
commit
ebd8837729
|
@ -323,7 +323,7 @@ class FBSurface
|
|||
This method should be called to reset the surface to empty
|
||||
pixels / colour black.
|
||||
*/
|
||||
virtual void invalidate() {};
|
||||
virtual void invalidate() {}
|
||||
|
||||
/**
|
||||
This method should be called to reset a surface area to empty
|
||||
|
|
Loading…
Reference in New Issue