mirror of https://github.com/axmolengine/axmol.git
fix warn [skip appveyor]
This commit is contained in:
parent
4fc03985d3
commit
f2e7955724
|
@ -38,7 +38,7 @@ class ImGuiEXTTest : public TestCase
|
||||||
public:
|
public:
|
||||||
CREATE_FUNC(ImGuiEXTTest);
|
CREATE_FUNC(ImGuiEXTTest);
|
||||||
|
|
||||||
std::string title() const { return "ImGuiEXT Test"; }
|
std::string title() const override { return "ImGuiEXT Test"; }
|
||||||
|
|
||||||
void onEnter() override;
|
void onEnter() override;
|
||||||
void onDrawImGui();
|
void onDrawImGui();
|
||||||
|
|
Loading…
Reference in New Issue