diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Native_File_Chooser_MAC.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index 015e20d21..a127c184f 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -68,9 +68,9 @@ private: void *_panel; #else NavDialogRef _ref; // file navigation reference -#endif NavActionState _keepstate; // holds button permissions NavMenuItemSpec _tempitem; // Popup menu selection +#endif char **_pathnames; // array of pathnames int _tpathnames; // total pathnames char *_directory; // default pathname to use @@ -116,11 +116,10 @@ private: int get_saveas_basename(void); #else int get_saveas_basename(NavDialogRef& ref); -#endif int get_pathnames(NavDialogRef& ref); static void event_handler(NavEventCallbackMessage callBackSelector, NavCBRecPtr cbparm, void *data); - +#endif void clear_filters(); void add_filter(const char *, const char *); void parse_filter(const char *from); |
