aboutsummaryrefslogtreecommitdiff
path: root/lout/identity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lout/identity.cc')
-rw-r--r--lout/identity.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lout/identity.cc b/lout/identity.cc
index b124d6ad..8a5d68fd 100644
--- a/lout/identity.cc
+++ b/lout/identity.cc
@@ -18,8 +18,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-
-
#include "identity.hh"
#include <stdio.h>
@@ -79,6 +77,7 @@ void IdentifiableObject::registerName (const char *className, int *classId)
}
this->classId = klass->id;
+ *classId = klass->id;
currentlyConstructedClass = klass;
}