aboutsummaryrefslogtreecommitdiff
path: root/lout
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-28 20:56:55 +0200
committerjcid <devnull@localhost>2008-09-28 20:56:55 +0200
commit943d83abb4a2b16e4b53eae51da95e15c7d33955 (patch)
treeaacc34f8f2bb4bb42f275012bf433903de8673ff /lout
parent99376eefe2531e798b9b26518f48e05bab72ae45 (diff)
- Added link color change as visual feedback for a clicked link.
Diffstat (limited to 'lout')
-rw-r--r--lout/identity.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lout/identity.cc b/lout/identity.cc
index 5e4965f1..b124d6ad 100644
--- a/lout/identity.cc
+++ b/lout/identity.cc
@@ -75,6 +75,7 @@ void IdentifiableObject::registerName (const char *className, int *classId)
ConstString *key = new ConstString (className);
classesByName->put (key, klass);
classesById->put (klass);
+ *classId = klass->id;
}
this->classId = klass->id;