Patch to fix breakage

From: Chad Thomas (cbthomas@610.med.uiuc.edu)
Date: Tue Dec 17 2002 - 20:55:58 EST

  • Next message: j.m.maurer: "Commit (HEAD): implement DOTTED line style on GTK2"

    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();





    This archive was generated by hypermail 2.1.4 : Tue Dec 17 2002 - 15:42:50 EST