X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-metrics.h;h=23c1b6c138f776faa3029d92ae03feaa0e2ce3c6;hb=f4f507228b30d55fd7e39386ba513f3a0a54bd5d;hp=07818f848d6111597a43ee7df474ba604f49054a;hpb=f903f7d86c33cbf4d57cb4052158d3452289b579;p=inkscape.git diff --git a/src/sp-metrics.h b/src/sp-metrics.h index 07818f848..23c1b6c13 100644 --- a/src/sp-metrics.h +++ b/src/sp-metrics.h @@ -6,7 +6,7 @@ #include "sp-metric.h" gdouble sp_absolute_metric_to_metric (gdouble length_src, const SPMetric metric_src, const SPMetric metric_dst); -GString * sp_metric_to_metric_string (gdouble length, const SPMetric metric_src, const SPMetric metric_dst, bool m); +GString * sp_metric_to_metric_string (gdouble length, const SPMetric metric_src, const SPMetric metric_dst, gboolean m); // convenience since we mostly deal with points #define SP_METRIC_TO_PT(l,m) sp_absolute_metric_to_metric(l,m,SP_PT);