mirror of https://github.com/stella-emu/stella.git
Fix compile error.
This commit is contained in:
parent
1fb1809049
commit
c622e1f109
|
@ -273,7 +273,7 @@ class FrameBuffer
|
|||
/**
|
||||
Toggles between adapt fullscreen refresh rate on and off.
|
||||
*/
|
||||
void FrameBuffer::toggleAdaptRefresh(bool toggle = true);
|
||||
void toggleAdaptRefresh(bool toggle = true);
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue