not virtual

This commit is contained in:
J. Nick Koston 2025-07-15 22:17:42 -10:00
parent fc30ca83ca
commit e5bd2bd31b
No known key found for this signature in database

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);