Code

Ok, committed msgloan's patch to convert gbooleans to bools thus completing
[inkscape.git] / src / helper / units.cpp
index 448f60302ddc1b5a0f3e561c7856ef95df47288f..af9560d7d7fcd6e963e6c39cf774bb1efb3e0f67 100644 (file)
@@ -119,7 +119,7 @@ sp_unit_free_list(GSList *units)
 
 /* These are pure utility */
 /* Return TRUE if conversion is possible */
-gboolean
+bool
 sp_convert_distance(gdouble *distance, SPUnit const *from, SPUnit const *to)
 {
     g_return_val_if_fail(distance != NULL, FALSE);