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

Reply via email to