]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkRosterUI.m
Update to ObjFW changes
[jubjub.git] / src / gui / gtk / JubGtkRosterUI.m
index c18f0074044b1dbd405d151981c78c88ef1e0fe9..a805adf5129c80ae270688fbaa02271addac75d7 100644 (file)
@@ -311,7 +311,7 @@ static gboolean filter_roster_by_presence(GtkTreeModel *model,
            [OFMutableString stringWithString: @"<b>Resources:</b>"];
 
        [allPresences enumerateKeysAndObjectsUsingBlock:
-           ^(OFString *resource, XMPPPresence *pres, BOOL *stop) {
+           ^(OFString *resource, XMPPPresence *pres, bool *stop) {
                [tooltip appendString: @"\n"];
                [tooltip appendString: resource];
                if ([pres.type isEqual: @"available"]) {