From 30bc77cc5a2aa9dfdf9f5b18871236fc66fe104f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 11 Apr 2007 19:52:13 +0000 Subject: [PATCH] Monotone-Parent: 802a4aed0ff434b899fcb82be7aa71c601131487 Monotone-Revision: df10c88af01acc51d8255beacbd9dd83a36f26d8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-11T19:52:13 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/NSString+Utilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/NSString+Utilities.h b/SoObjects/SOGo/NSString+Utilities.h index 4e67f4a58..c6e004314 100644 --- a/SoObjects/SOGo/NSString+Utilities.h +++ b/SoObjects/SOGo/NSString+Utilities.h @@ -42,7 +42,7 @@ - (BOOL) boolValue; #ifdef LIB_FOUNDATION_LIBRARY -- (NSString *) stringByAppendingPathComponent: (NSString *) component +- (NSString *) stringByAppendingPathComponent: (NSString *) component; #endif #endif