diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/net.h b/src/net/net.h index ccd363b81..59a0891a2 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -36,7 +36,7 @@ namespace Net { -ServerType::Type getNetworkType() A_WARN_UNUSED; +ServerTypeT getNetworkType() A_WARN_UNUSED; /** * Handles server detection and connection |