Remove errors with the Apple LLVM version 4.2 compiler.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
e1df29b852
commit
99f2010dce
@ -2703,13 +2703,13 @@ static void convert_crlf(char * s, size_t len)
|
||||
}
|
||||
|
||||
// fltk 1.3 clipboard support constant definitions:
|
||||
static const NSString *calc_utf8_format(void)
|
||||
static NSString *calc_utf8_format(void)
|
||||
{
|
||||
if (fl_mac_os_version >= 100600) return @"public.utf8-plain-text"; // same as NSPasteboardTypeString
|
||||
return NSStringPboardType;
|
||||
}
|
||||
|
||||
static const NSString *utf8_format = calc_utf8_format();
|
||||
static NSString *utf8_format = calc_utf8_format();
|
||||
|
||||
// clipboard variables definitions :
|
||||
char *fl_selection_buffer[2];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user