diff options
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r-- | src/net/packetcounters.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h index 95f1611da..6c3e0d8f9 100644 --- a/src/net/packetcounters.h +++ b/src/net/packetcounters.h @@ -28,6 +28,11 @@ class PacketCounters final { public: + PacketCounters() + { } + + A_DELETE_COPY(PacketCounters) + static void incInBytes(const int cnt); static void incInPackets(); |