diff options
| author | 2009-10-18 16:01:33 +0000 | |
|---|---|---|
| committer | 2009-10-18 16:01:33 +0000 | |
| commit | a59d08fffd3dc8a9850ce34c9928fb6382b9b37f (patch) | |
| tree | 1d5debd7915dddc122feec50443f42d535cba311 /include/command_parse.h | |
| parent | Update VC project file for latest changes to sources. (diff) | |
| download | inspircd++-a59d08fffd3dc8a9850ce34c9928fb6382b9b37f.tar.gz inspircd++-a59d08fffd3dc8a9850ce34c9928fb6382b9b37f.tar.bz2 inspircd++-a59d08fffd3dc8a9850ce34c9928fb6382b9b37f.zip | |
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/command_parse.h')
| -rw-r--r-- | include/command_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index 35f5a7b0e..814cdb27a 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -23,7 +23,7 @@ typedef std::map<std::string, void*> SharedObjectList; * call command handlers by name, and chop up comma seperated * parameters into multiple calls. */ -class CoreExport CommandParser : public classbase +class CoreExport CommandParser { private: /** Parameter buffer |
