]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/cli/JubCLIUI.h
Move away from BOOL
[jubjub.git] / src / gui / cli / JubCLIUI.h
index 6d3a3e4a6bc4ee96db1f9a57ad853e2d2497f541..20cd1190f17305749bd4435e11035d73002658be 100644 (file)
@@ -22,7 +22,7 @@
 @property (retain) JubCLIChatUI *sink;
 @property (readonly) OFMutableSet *subRequests;
 
-- (BOOL)Jub_userInputWithStream: (OFStream*)stream
+- (bool)Jub_userInputWithStream: (OFStream*)stream
                           line: (OFString*)line
                      exception: (OFException*)exception;
 - (void)addCommand: (id<JubCLICommand>)command;