diff options
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r-- | src/net/packetcounters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h index 936217c95..86277d5d7 100644 --- a/src/net/packetcounters.h +++ b/src/net/packetcounters.h @@ -23,7 +23,7 @@ #ifndef PACKETCOUNTERS_H #define PACKETCOUNTERS_H -class PacketCounters +class PacketCounters final { public: static void incInBytes(int cnt); |