mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 14:40:40 +00:00
more cppcheck warnings fixes
This commit is contained in:
@@ -18,5 +18,5 @@ class ReplyPlugin : public SinglePortPlugin
|
||||
/** For reply plugin we do all of our processing in the (normally optional)
|
||||
* want_replies handling
|
||||
*/
|
||||
virtual MeshPacket *allocReply();
|
||||
virtual MeshPacket *allocReply() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user