summaryrefslogtreecommitdiff
path: root/src/net/packetcounters.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-23 19:52:08 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-23 19:52:08 +0300
commit6d28f4d48f5cb3462765c7a1d582cea49352be1f (patch)
tree797671acb4cfbe9f5510e8d9769742f17d7a9b2c /src/net/packetcounters.h
parentecc0dbab411d6f1f741dd19d0bc593ecc36a4941 (diff)
downloadplus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.gz
plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.bz2
plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.xz
plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.zip
Add missing final keywords to classes.
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r--src/net/packetcounters.h2
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);