diff options
Diffstat (limited to 'include')
-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 |