add missing overrides (#7231)

This commit is contained in:
tomaszduda23
2024-08-09 13:15:25 +02:00
committed by GitHub
parent a47a17d7e7
commit b43c5b851a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class LVGLText : public text::Text {
}
protected:
void control(const std::string &value) {
void control(const std::string &value) override {
if (this->control_lambda_ != nullptr)
this->control_lambda_(value);
else