Mark configurable classes as final (3/21: ble_scanner-ch423) (#16954)

This commit is contained in:
Jesse Hills
2026-06-22 09:52:32 +12:00
committed by GitHub
parent 77a91853be
commit cce7cfff29
31 changed files with 73 additions and 70 deletions
@@ -5,7 +5,7 @@
namespace esphome::camera_encoder {
class EncoderBufferImpl : public camera::EncoderBuffer {
class EncoderBufferImpl final : public camera::EncoderBuffer {
public:
// --- EncoderBuffer ---
bool set_buffer_size(size_t size) override;