diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-08 14:52:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-08 14:52:18 +0300 |
commit | 5564df0ae67373da8ffb148fde95fdd9142c870b (patch) | |
tree | 59ae99399e3392922cacbd8dfd0136a8738ea8a2 /src/net/netconsts.h | |
parent | 64535f9763c432bbb46be2769560bfd6a2202d72 (diff) | |
download | plus-5564df0ae67373da8ffb148fde95fdd9142c870b.tar.gz plus-5564df0ae67373da8ffb148fde95fdd9142c870b.tar.bz2 plus-5564df0ae67373da8ffb148fde95fdd9142c870b.tar.xz plus-5564df0ae67373da8ffb148fde95fdd9142c870b.zip |
fix code style.
Diffstat (limited to 'src/net/netconsts.h')
-rw-r--r-- | src/net/netconsts.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/netconsts.h b/src/net/netconsts.h index 38f84ebaa..0af23b8a9 100644 --- a/src/net/netconsts.h +++ b/src/net/netconsts.h @@ -18,9 +18,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NET_DEFAULTS_H -#define NET_DEFAULTS_H +#ifndef NET_NETCONSTS_H +#define NET_NETCONSTS_H +#include <cstdint> static const uint16_t DEFAULT_PORT = 6901; -#endif // NET_DEFAULTS_H +#endif // NET_NETCONSTS_H |