diff options
Diffstat (limited to 'lout/identity.hh')
-rw-r--r-- | lout/identity.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lout/identity.hh b/lout/identity.hh index 1f0b4bdf..aaaa45b7 100644 --- a/lout/identity.hh +++ b/lout/identity.hh @@ -51,7 +51,7 @@ namespace identity { * \em name should be unique, e.g. the fully qualified class name. * </ul> * - * After this, <i>class</i>::CLASS_ID refers to a number, which denotes the + * After this, <i>class</i>\::CLASS_ID refers to a number, which denotes the * class. (If this is still -1, since the class has not yet been instantiated, * any test will fail, which is correct.) * @@ -106,6 +106,8 @@ private: const char *className; Class (Class *parent, int id, const char *className); + + void intoStringBuffer(misc::StringBuffer *sb); }; static container::typed::HashTable <object::ConstString, @@ -121,7 +123,7 @@ protected: public: IdentifiableObject (); - virtual void intoStringBuffer(misc::StringBuffer *sb); + void intoStringBuffer(misc::StringBuffer *sb); /** * \brief Returns the class identifier. |