Skip to content

Commit

Permalink
add missing override to toString
Browse files Browse the repository at this point in the history
  • Loading branch information
wivien19 committed Aug 21, 2023
1 parent 6791f63 commit 17c1e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packet++/header/S7commLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ namespace pcpp
*/
static bool isDataValid(const uint8_t *data, size_t dataSize);

std::string toString() const;
std::string toString() const override;

OsiModelLayer getOsiModelLayer() const override { return OsiModelApplicationLayer; }

Expand Down

0 comments on commit 17c1e4e

Please sign in to comment.