mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 17:48:40 +00:00
[binary_sensor] Delete copy/move on AutorepeatFilterBase (pointer would dangle)
This commit is contained in:
@@ -97,6 +97,8 @@ class AutorepeatFilterBase : public Filter, public Component {
|
||||
|
||||
protected:
|
||||
AutorepeatFilterBase() = default;
|
||||
AutorepeatFilterBase(const AutorepeatFilterBase &) = delete;
|
||||
AutorepeatFilterBase &operator=(const AutorepeatFilterBase &) = delete;
|
||||
void next_timing_();
|
||||
void next_value_(bool val);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user