From 92d0163f407e89db078d58fb51b017458be6e412 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 18 May 2006 14:40:10 +0000 Subject: 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 --- fluid/Fl_Type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/Fl_Type.h') 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(); -- cgit v1.2.3