Code

peeled back the gboolean code as it hit on some complexity theory principles...
[inkscape.git] / src / sp-metrics.cpp
index 4c2016881844a1c1e2c7f88f80aa07a58f1889b7..5f05c9fad6b8ac9db3bb46541f776a9a4122792d 100644 (file)
@@ -69,7 +69,7 @@ sp_absolute_metric_to_metric (gdouble length_src, const SPMetric metric_src, con
 GString *
 sp_metric_to_metric_string(gdouble const length,
                            SPMetric const metric_src, SPMetric const metric_dst,
-                           bool const m)
+                           gboolean const m)
 {
     gdouble const len = sp_absolute_metric_to_metric(length, metric_src, metric_dst);
     GString *str = g_string_new("");