diff options
Diffstat (limited to 'fluid/file.h')
| -rw-r--r-- | fluid/file.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fluid/file.h b/fluid/file.h index 18b96492e..5470d1b26 100644 --- a/fluid/file.h +++ b/fluid/file.h @@ -17,6 +17,8 @@ #ifndef _FLUID_FILE_H #define _FLUID_FILE_H +#include "Fl_Type.h" + #include <FL/fl_attr.h> extern double read_version; @@ -34,7 +36,7 @@ const char *read_word(int wantbrace = 0); int write_file(const char *, int selected_only = 0); -int read_file(const char *, int merge); +int read_file(const char *, int merge, Strategy strategy=kAddAsLastChild); void read_fdesign(); #endif // _FLUID_FILE_H |
