summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp2
1 files changed, 1 insertions, 1 deletions
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;