summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-07 13:33:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-07 13:33:34 +0000
commit3719db12e6b43e87ef9fad1917b697c565cf59ff (patch)
tree9995750d46634f1331b69ac68868f58b61ad7faa /include
parent444c76ddcca9ddbb97344a2b93d11a5bf9a6f35f (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')
-rw-r--r--include/base.h2
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