]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGObjectMap.m
Update to ObjFW changes
[jubjub.git] / src / gui / gtk / JubGObjectMap.m
index ce6217aefc91f2c1a48828ba8853984dfb6c9c29..0f58589b503f9ab67cf971b73b2d95ace9eebc2c 100644 (file)
@@ -16,7 +16,7 @@ static uint32_t hash(void *value)
        return [(id)value hash];
 }
 
-static BOOL equal(void *value1, void *value2)
+static bool equal(void *value1, void *value2)
 {
        return [(id)value1 isEqual: (id)value2];
 }
@@ -53,7 +53,7 @@ static uint32_t default_hash(void *value)
 #undef NUM
 }
 
-static BOOL default_equal(void *value1, void *value2)
+static bool default_equal(void *value1, void *value2)
 {
        return (value1 == value2);
 }