summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-13 15:09:20 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-13 15:09:20 +0200
commitb071a6acd805bde6119a66481768be13102d1c2b (patch)
tree262710810e684b688a72ce3ee7a6d2ca519e83b0 /include/inspircd.h
parent12027601cf4422366b0cef632ff0158c9410cc9a (diff)
Change allocation of InspIRCd::Threads to be physically part of the object containing it
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 30625c42a..94b6cbafd 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -346,7 +346,7 @@ class CoreExport InspIRCd
/** Thread engine, Handles threading where required
*/
- ThreadEngine* Threads;
+ ThreadEngine Threads;
/** The thread/class used to read config files in REHASH and on startup
*/