From e98d02a01ffeb18ede86af025e51ae1ec011c75a Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 20 Aug 2010 20:27:07 +0200 Subject: import float prototype and test program by Sebastian Geerken --- lout/identity.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lout/identity.cc') 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 @@ -79,6 +77,7 @@ void IdentifiableObject::registerName (const char *className, int *classId) } this->classId = klass->id; + *classId = klass->id; currentlyConstructedClass = klass; } -- cgit v1.2.3