Skip to content

Commit

Permalink
Add missed override
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmeng committed Apr 19, 2024
1 parent be38278 commit 18a666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pcap++/header/PcapFileDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ namespace pcpp
* Get statistics of packets written so far.
* @param[out] stats The stats struct where stats are returned
*/
virtual void getStatistics(PcapStats& stats) const;
void getStatistics(PcapStats& stats) const override;
};


Expand Down

0 comments on commit 18a666c

Please sign in to comment.