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
This commit is contained in:
parent
f451946d42
commit
79d185c068
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user