From ce82fc5441f100892bd1928a27df789f5469db56 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Thu, 11 Jul 2019 19:24:32 +0200 Subject: Fix build --- src/trace/autotrace/inkscape-autotrace.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/trace') diff --git a/src/trace/autotrace/inkscape-autotrace.cpp b/src/trace/autotrace/inkscape-autotrace.cpp index dcd9ce96f..9ce4132bb 100644 --- a/src/trace/autotrace/inkscape-autotrace.cpp +++ b/src/trace/autotrace/inkscape-autotrace.cpp @@ -99,6 +99,8 @@ Glib::RefPtr AutotraceTracingEngine::preview(Glib::RefPtr AutotraceTracingEngine::trace(Glib::RefPtrbitmap = pb; - at_splines_type *splines = at_splines_new_full(bitmap, opts, NULL, NULL, NULL, NULL, NULL, NULL); + at_splines_type *splines = at_splines_new_full(bitmap, opts, NULL, NULL, NULL, NULL, test_cancel, &keepGoing); // at_output_write_func wfunc = at_output_get_handler_by_suffix("svg"); at_spline_writer *wfunc = at_output_get_handler_by_suffix("svg"); -- cgit v1.2.3