diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-05-18 14:40:10 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-05-18 14:40:10 +0000 |
| commit | 92d0163f407e89db078d58fb51b017458be6e412 (patch) | |
| tree | 9c5d5dc17ad9821453a0457d3da608378239835e /fluid/Fl_Type.h | |
| parent | b0c7fc3ab72bf06f54dc917d6a3b318f6d7941e8 (diff) | |
Declarations in Fluid can now explicitly be made non-static or non-extern. This allows the declaration of types like 'enum'
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 728cae7a8..a6e9eebb5 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -200,6 +200,7 @@ public: class Fl_Decl_Type : public Fl_Type { char public_; + char static_; public: Fl_Type *make(); void write_code1(); |
