fix warn [skip appveyor]

This commit is contained in:
halx99 2020-09-11 18:46:15 +08:00
parent 4fc03985d3
commit f2e7955724
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ImGuiEXTTest : public TestCase
public:
CREATE_FUNC(ImGuiEXTTest);
std::string title() const { return "ImGuiEXT Test"; }
std::string title() const override { return "ImGuiEXT Test"; }
void onEnter() override;
void onDrawImGui();