diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-07 13:33:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-07 13:33:34 +0000 |
commit | 3719db12e6b43e87ef9fad1917b697c565cf59ff (patch) | |
tree | 9995750d46634f1331b69ac68868f58b61ad7faa /include/base.h | |
parent | 444c76ddcca9ddbb97344a2b93d11a5bf9a6f35f (diff) |
Extra debug all over the place, which maybe we should keep
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4767 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/base.h')
-rw-r--r-- | include/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/base.h b/include/base.h index e41f520f5..2289fa5e0 100644 --- a/include/base.h +++ b/include/base.h @@ -79,7 +79,7 @@ public: */ return this->Extension_Items.insert(std::make_pair(key, (char*)p)).second; } - + /** Extend an Extensible class. * * @param key The key parameter is an arbitary string which identifies the extension data |