From bc770c5388bc5517be85afb43255cb9f8ead0d33 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 4 Sep 2008 11:03:58 +0000 Subject: MutexEngine -> MutexFactory, more sensible name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10385 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspircd.h') 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 */ -- cgit v1.2.3