mirror of https://github.com/stella-emu/stella.git
Fix compile warning.
This commit is contained in:
parent
e39be62c54
commit
97ee718a0c
|
@ -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