aboutsummaryrefslogtreecommitdiff
path: root/lout/identity.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-03-20 12:25:24 +0100
committerSebastian Geerken <devnull@localhost>2013-03-20 12:25:24 +0100
commit686c09d54408562c7df08b06fb89c4efe5152704 (patch)
tree640180ddb6aa1943a95122baf7c9865f0bd45d56 /lout/identity.hh
parentadc95374e65635d5e1251fc6eed4818a9e22df4a (diff)
Some cleanup.
Diffstat (limited to 'lout/identity.hh')
-rw-r--r--lout/identity.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/lout/identity.hh b/lout/identity.hh
index 1f0b4bdf..df42b204 100644
--- a/lout/identity.hh
+++ b/lout/identity.hh
@@ -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.