Skip to content

Commit

Permalink
Adding a missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 13, 2024
1 parent d6f99b8 commit 2098cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenCDMi/Protobuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ namespace Protobuf {
}
return (result);
}
WireType Type() const {
WireType Type() const override {
return (WireType::LENGTH_DELIMITED);
}

Expand Down

0 comments on commit 2098cdd

Please sign in to comment.