This *should* fix the clang error

This commit is contained in:
N00byKing
2018-01-17 19:53:03 +01:00
committed by GitHub
parent 90ba54c201
commit d02e966161

View File

@@ -123,7 +123,6 @@ void GRenderWindow::moveContext() {
? emu_thread ? emu_thread
: qApp->thread(); : qApp->thread();
child->context()->moveToThread(thread); child->context()->moveToThread(thread);
} }
void GRenderWindow::SwapBuffers() { void GRenderWindow::SwapBuffers() {