diff options
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/code.h b/fluid/code.h index 8581c90f8..dba552e4d 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -99,6 +99,7 @@ public: void write_h(const char*, ...) __fl_attr((__format__ (__printf__, 2, 3))); void write_hc(const char *, int, const char*, const char*); void write_c_indented(const char *textlines, int inIndent, char inTrailwWith); + Fl_Type* write_static(Fl_Type* p); Fl_Type* write_code(Fl_Type* p); int write_code(const char *cfile, const char *hfile, bool to_codeview=false); void write_public(int state); // writes pubic:/private: as needed |
