diff options
Diffstat (limited to 'src/Fl_Native_File_Chooser.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index 3993b5890..38ea96448 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -21,7 +21,7 @@ #include "Fl_Native_File_Chooser_WIN32.cxx" // Use Apple's chooser -#elif defined(__APPLE__) +#elif defined(__APPLE__) // PORTME: native file chooser #include <FL/Fl_Native_File_Chooser.H> #elif defined(FL_PORTING) |
