summaryrefslogtreecommitdiffstats
path: root/src/net/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/connectionhandler.h')
-rw-r--r--src/net/connectionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/connectionhandler.h b/src/net/connectionhandler.h
index 96fc90c..7dde004 100644
--- a/src/net/connectionhandler.h
+++ b/src/net/connectionhandler.h
@@ -79,7 +79,7 @@ class ConnectionHandler
/**
* Return the number of connected clients.
*/
- unsigned int getClientCount() const;
+ unsigned getClientCount() const;
private:
ENetAddress address; /**< Includes the port to listen to. */