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 e575cd8b0..17dca94d5 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -343,7 +343,7 @@ class CoreExport InspIRCd /** Command parser, handles client to server commands */ - CommandParser* Parser; + CommandParser Parser; /** Thread engine, Handles threading where required */ |