X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhelper%2Funits.h;h=3acb6582855f0da4cc6cb587f65768a9abeff3e1;hb=995dfc0daafa8b39f2f10c3a0174ca82e76d6338;hp=4746fcccaaa2dbfe6182140a889c3ee3c256b075;hpb=c87d0307348fcfdc65b6b4ab6999a3cb0de2431f;p=inkscape.git diff --git a/src/helper/units.h b/src/helper/units.h index 4746fccca..3acb65828 100644 --- a/src/helper/units.h +++ b/src/helper/units.h @@ -130,7 +130,7 @@ void sp_unit_free_list (GSList *units); /* These are pure utility */ /* Return TRUE if conversion is possible, FALSE if unit bases differ */ -bool sp_convert_distance (gdouble *distance, const SPUnit *from, const SPUnit *to); +gboolean sp_convert_distance (gdouble *distance, const SPUnit *from, const SPUnit *to); /* If either one is NULL, transconverting to/from that base fails */ /* Generic conversion between volatile units would be useless anyways */