aboutsummaryrefslogtreecommitdiff
path: root/lout
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-08-20 20:27:07 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-08-20 20:27:07 +0200
commite98d02a01ffeb18ede86af025e51ae1ec011c75a (patch)
treef8b2efbec989335bf2a56b73fcf485f4cd1a01c6 /lout
parentce8e972a10c9340312f21511de053242dad3f5db (diff)
import float prototype and test program by Sebastian Geerken
Diffstat (limited to 'lout')
-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;
}