diff options
Diffstat (limited to 'include/inspircd.h')
-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 caebe2eeb..e79a56f53 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -313,7 +313,7 @@ class CoreExport InspIRCd * @param user The user to verify * @return True if all modules have finished checking this user */ - bool AllModulesReportReady(User* user); + bool AllModulesReportReady(LocalUser* user); /** Logfile pathname specified on the commandline, or empty string */ |