mirror of https://github.com/stella-emu/stella.git
Add 'override' to method, to eliminate warning in clang.
This commit is contained in:
parent
7b8dff8e46
commit
2cb2eed3e7
|
@ -48,11 +48,11 @@ class FrameBufferSDL2 : public FrameBuffer
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Updates window title
|
Updates window title/
|
||||||
|
|
||||||
@param title The title of the application / window
|
@param title The title of the application / window
|
||||||
*/
|
*/
|
||||||
void setTitle(const string& title);
|
void setTitle(const string& title) override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Shows or hides the cursor based on the given boolean value.
|
Shows or hides the cursor based on the given boolean value.
|
||||||
|
|
Loading…
Reference in New Issue