From: Martin Sevior (msevior@physics.unimelb.edu.au)
Date: Tue Dec 17 2002 - 19:53:16 EST
On Tue, 17 Dec 2002, Dom Lachowicz wrote:
> Committed.
> 
> Dom
> 
> --- Chad Thomas <cbthomas@610.med.uiuc.edu> wrote:
> > I needed the attached patch to be able to build
> > after Martin's checkin
> > earlier today.  
> > 
Whoops! Thanks!
Martin
> > --Chad (aka xtals_r_us)
> > 
> > Index: ap_LeftRuler.cpp
> >
> ===================================================================
> > RCS file:
> > /cvsroot/abi/src/wp/ap/xp/ap_LeftRuler.cpp,v
> > retrieving revision 1.63
> > diff -u -r1.63 ap_LeftRuler.cpp
> > --- ap_LeftRuler.cpp	17 Dec 2002 17:09:14 -0000	1.63
> > +++ ap_LeftRuler.cpp	17 Dec 2002 20:38:37 -0000
> > @@ -886,7 +886,7 @@
> >  		rCell.set(0,0,0,0);
> >  		return;
> >  	}
> > -	fp_Column * pCol = pBroke->getColumn();
> > +	fp_Column * pCol = (fp_Column *)
> > pBroke->getColumn();
> >  	UT_sint32 iColOffset = pCol->getY();
> >  	yOrigin += iColOffset;
> >  	UT_sint32 yoff = pBroke->getYBreak();
> > 
> > 
> > > Index: ap_LeftRuler.cpp
> >
> ===================================================================
> > RCS file:
> > /cvsroot/abi/src/wp/ap/xp/ap_LeftRuler.cpp,v
> > retrieving revision 1.63
> > diff -u -r1.63 ap_LeftRuler.cpp
> > --- ap_LeftRuler.cpp	17 Dec 2002 17:09:14 -0000	1.63
> > +++ ap_LeftRuler.cpp	17 Dec 2002 20:38:37 -0000
> > @@ -886,7 +886,7 @@
> >  		rCell.set(0,0,0,0);
> >  		return;
> >  	}
> > -	fp_Column * pCol = pBroke->getColumn();
> > +	fp_Column * pCol = (fp_Column *)
> > pBroke->getColumn();
> >  	UT_sint32 iColOffset = pCol->getY();
> >  	yOrigin += iColOffset;
> >  	UT_sint32 yoff = pBroke->getYBreak();
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
This archive was generated by hypermail 2.1.4 : Tue Dec 17 2002 - 19:55:27 EST