1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-09 14:52:20 +01:00

not virtual

This commit is contained in:
J. Nick Koston
2025-07-15 22:17:42 -10:00
parent fc30ca83ca
commit e5bd2bd31b

View File

@@ -309,7 +309,7 @@ class ProtoMessage {
};
// Base class for messages that support decoding
class ProtoDecodableMessage : public virtual ProtoMessage {
class ProtoDecodableMessage : public ProtoMessage {
public:
void decode(const uint8_t *buffer, size_t length);