minor change to remove gcc warning
authorinsilmaril
Mon Jul 14 09:16:48 2008 +0000 (2008-07-14)
changeset 717bd979a001163
parent 716 191a6e396803
child 718 d2a9c31353f7
minor change to remove gcc warning
editxlinkdialog.cpp
     1.1 --- a/editxlinkdialog.cpp	Fri Jul 11 12:36:40 2008 +0000
     1.2 +++ b/editxlinkdialog.cpp	Mon Jul 14 09:16:48 2008 +0000
     1.3 @@ -62,8 +62,8 @@
     1.4  	if (xlo)
     1.5  	{	
     1.6  		if (selection && 
     1.7 -			(typeid(*selection) == typeid(BranchObj)) || 
     1.8 -			(typeid(*selection) == typeid(MapCenterObj))  )
     1.9 +			((typeid(*selection) == typeid(BranchObj)) || 
    1.10 +			 (typeid(*selection) == typeid(MapCenterObj)))  )
    1.11  		{
    1.12  			QColor col=((BranchObj*)(selection))->getColor();
    1.13  			xlo->setColor(col);