diff options
| author | Manolo Gouy <Manolo> | 2010-12-15 20:06:56 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-15 20:06:56 +0000 |
| commit | 79d185c0687cb4844ce51417a9a18a09492ad27f (patch) | |
| tree | 1532f55b21a560ccc0bea0530e9cb8058980c9be /src | |
| parent | f451946d42841257092fd24d9c4c4f45d196a314 (diff) | |
Renamed Fl_Native_File_Chooser_MAC.cxx to Fl_Native_File_Chooser_MAC.mm
because this is an objective-c++ file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8041 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Native_File_Chooser.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_Native_File_Chooser_MAC.mm (renamed from src/Fl_Native_File_Chooser_MAC.cxx) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index 7e5b383b1..2941c9b62 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -32,7 +32,7 @@ // Use Apple's chooser #ifdef __APPLE__ -#include "Fl_Native_File_Chooser_MAC.cxx" +#include "Fl_Native_File_Chooser_MAC.mm" #endif // All else falls back to FLTK's own chooser diff --git a/src/Fl_Native_File_Chooser_MAC.cxx b/src/Fl_Native_File_Chooser_MAC.mm index f3b8d6f2b..f3b8d6f2b 100644 --- a/src/Fl_Native_File_Chooser_MAC.cxx +++ b/src/Fl_Native_File_Chooser_MAC.mm |
