mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-02 19:08:54 +02:00
add missing overrides (#7231)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user