branchitem.cpp
changeset 750 ff3b01ce0960
parent 749 9ff332964015
child 753 25a77484ec72
     1.1 --- a/branchitem.cpp	Wed Apr 01 15:06:57 2009 +0000
     1.2 +++ b/branchitem.cpp	Thu Apr 02 09:46:29 2009 +0000
     1.3 @@ -205,4 +205,8 @@
     1.4  	}	
     1.5  }
     1.6  
     1.7 +BranchObj* BranchItem::getBranchObj()	// FIXME-3 only for transition BO->BI
     1.8 +{
     1.9 +	return (BranchObj*)lmo;
    1.10 +}
    1.11