From 10880dbfba9afd5a963f5bb36fe9a3707c1c35a1 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Wed, 23 Aug 2006 07:08:06 +0000 Subject: Ok, committed msgloan's patch to convert gbooleans to bools thus completing one major janitorial task we identified.... (bzr r1633) --- src/draw-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/draw-context.cpp') diff --git a/src/draw-context.cpp b/src/draw-context.cpp index bb1f56044..d94681703 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -405,7 +405,7 @@ reverse_then_unref(SPCurve *orig) * Invoke _flush_white to write result back to object. */ void -spdc_concat_colors_and_flush(SPDrawContext *dc, gboolean forceclosed) +spdc_concat_colors_and_flush(SPDrawContext *dc, bool forceclosed) { /* Concat RBG */ SPCurve *c = dc->green_curve; -- cgit v1.2.3