]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Change allocation of InspIRCd::Parser to be physically part of the object containing it
[user/henk/code/inspircd.git] / include / inspircd.h
index e575cd8b021726ffdffdebb025013ce52d467fb0..17dca94d56a2db489c3b8a11d0a7b4cfe485fe5d 100644 (file)
@@ -343,7 +343,7 @@ class CoreExport InspIRCd
 
        /** Command parser, handles client to server commands
         */
-       CommandParser* Parser;
+       CommandParser Parser;
 
        /** Thread engine, Handles threading where required
         */