Fix compile error.

This commit is contained in:
Stephen Anthony 2020-05-24 13:10:59 -02:30
parent 1fb1809049
commit c622e1f109
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class FrameBuffer
/** /**
Toggles between adapt fullscreen refresh rate on and off. Toggles between adapt fullscreen refresh rate on and off.
*/ */
void FrameBuffer::toggleAdaptRefresh(bool toggle = true); void toggleAdaptRefresh(bool toggle = true);
#endif #endif
/** /**