diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-01 01:49:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-01 01:49:18 +0300 |
commit | d3cc61c242430f92f005b81b8336bd58dc686bff (patch) | |
tree | babc9399ac8e8cf4101f7d3488a02362481731af /src/net | |
parent | 09f2702d58f5f49d1d64ad27b4c119b9eeb890a9 (diff) | |
download | plus-d3cc61c242430f92f005b81b8336bd58dc686bff.tar.gz plus-d3cc61c242430f92f005b81b8336bd58dc686bff.tar.bz2 plus-d3cc61c242430f92f005b81b8336bd58dc686bff.tar.xz plus-d3cc61c242430f92f005b81b8336bd58dc686bff.zip |
Fix isue found by mplint.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/packetinfo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/packetinfo.h b/src/net/packetinfo.h index 8c2609439..d1018b10f 100644 --- a/src/net/packetinfo.h +++ b/src/net/packetinfo.h @@ -21,7 +21,9 @@ #ifndef NET_PACKETINFO_H #define NET_PACKETINFO_H -struct PacketInfo +#include "localconsts.h" + +struct PacketInfo final { PacketInfo() : name(nullptr), |