qt: Add missing override specifiers where applicable

This commit is contained in:
Lioncash 2018-08-06 13:12:32 -04:00
parent 5de7c31baa
commit a648516863
5 changed files with 9 additions and 7 deletions

View file

@ -106,7 +106,7 @@ class GRenderWindow : public QWidget, public EmuWindow {
public:
GRenderWindow(QWidget* parent, EmuThread* emu_thread);
~GRenderWindow();
~GRenderWindow() override;
// EmuWindow implementation
void SwapBuffers() override;