add missing overrides

This commit is contained in:
proddy
2024-02-14 14:46:59 +01:00
parent f5ec9e9602
commit b24a63b992
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class EMSESPConsole : public EMSESPShell {
#endif
~EMSESPConsole() override;
std::string console_name();
std::string console_name() override;
private:
#ifndef EMSESP_STANDALONE