Re: Patch to fix breakage

From: Dom Lachowicz (domlachowicz@yahoo.com)
Date: Tue Dec 17 2002 - 17:39:22 EST

  • Next message: Mark Gilbert: "Re: Commit (HEAD): implement DOTTED line style on GTK2"

    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.
    >
    > --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 - 17:41:38 EST