Qt: Fix compilation under clang-9

Fixes #23.
This commit is contained in:
Connor McLaughlin
2020-02-13 16:52:30 +09:00
parent 9c82096f8f
commit d7f8884291
4 changed files with 8 additions and 5 deletions

View File

@ -44,7 +44,7 @@ private:
bool CreateSwapChainRTV();
bool CreateImGuiContext();
void Render();
void Render() override;
void RenderDisplay();
SDL_Window* m_window = nullptr;

View File

@ -39,7 +39,7 @@ private:
bool CreateImGuiContext();
bool CreateGLResources();
void Render();
void Render() override;
void RenderDisplay();
SDL_Window* m_window = nullptr;