diff options
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index bf096272b..10ab85d4e 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -111,7 +111,7 @@ class InspIRCd SocketEngine* SE; serverstats* stats; - void MakeLowerMap() + void MakeLowerMap(); std::string GetRevision(); std::string GetVersionString(); char* ModuleError(); |