From d4d4a24eff2fdba0a1a3744c31962f88ffca5db4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 3 Jan 2011 20:51:17 +0000 Subject: Fixed warning in Fl_Gl_Choice.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8175 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 20a7250f8..7df208a97 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -864,7 +864,7 @@ static void calc_e_text(CFStringRef s, char *buffer, size_t len, unsigned sym) static int cocoaKeyboardHandler(NSEvent *theEvent); @interface FLTextView : NSTextView -// this subclass is needed under OS X 10.3 and 10.4 but not under 10.6 where the base class is enough +// this subclass is needed under OS X <= 10.4 but not under >= 10.5 where the base class is enough { } @end -- cgit v1.2.3