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 09bf02ba5..566550376 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -448,7 +448,7 @@ class CoreExport InspIRCd : public classbase /** Mutex engine, handles mutexes for threading where required */ - MutexEngine* Mutexes; + MutexFactory* Mutexes; /** The thread/class used to read config files in REHASH and on startup */ |