aboutsummaryrefslogtreecommitdiff
path: root/lout/identity.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /lout/identity.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'lout/identity.hh')
-rw-r--r--lout/identity.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/identity.hh b/lout/identity.hh
index 7dcdbac4..544656fc 100644
--- a/lout/identity.hh
+++ b/lout/identity.hh
@@ -131,11 +131,11 @@ public:
* identity::IdentifiableObject::instanceOf are done.
*/
int getClassId () { return classId; }
-
+
/**
* \brief Return the name, under which the class of this object was
* registered.
- */
+ */
const char *getClassName() { return classesById->get(classId)->className; }
bool instanceOf (int otherClassId);