diff options
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index bfde750ea..448d79e9f 100644 --- a/include/socket.h +++ b/include/socket.h @@ -131,7 +131,7 @@ namespace irc } } -struct ConfigTag; +class ConfigTag; /** This class handles incoming connections on client ports. * It will create a new User for every valid connection * and assign it a file descriptor. |