1.1 --- a/xml.cpp Sat Mar 31 09:28:30 2007 +0000
1.2 +++ b/xml.cpp Wed Apr 25 16:02:54 2007 +0000
1.3 @@ -102,9 +102,9 @@
1.4 if (!atts.value( "linkColorHint").isEmpty() )
1.5 {
1.6 if (atts.value("linkColorHint")=="HeadingColor")
1.7 - me->setMapLinkColorHint(HeadingColor);
1.8 + me->setMapLinkColorHint(LinkableMapObj::HeadingColor);
1.9 else
1.10 - me->setMapLinkColorHint(DefaultColor);
1.11 + me->setMapLinkColorHint(LinkableMapObj::DefaultColor);
1.12 }
1.13 if (!atts.value( "linkStyle").isEmpty() )
1.14 {