diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-01-04 22:18:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-01-04 22:18:40 +0000 |
| commit | cc1de3395040b4087d26b66cf2c6510ba7ab054a (patch) | |
| tree | 9a26173740ee8165fc4d7482e1fd35a016b714d6 /fluid/Fl_Function_Type.cxx | |
| parent | a1f96ffea02ffd023897fd23328d20f66c11212e (diff) | |
STR #1741: fixed and improved on missing 'public' attribute in consecutive classes in FLUID
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6013 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index cbe3edd1a..62abb293c 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1132,7 +1132,7 @@ void Fl_Class_Type::open() { Fl_Class_Type Fl_Class_type; -static Fl_Class_Type *current_class; +Fl_Class_Type *current_class; extern Fl_Widget_Class_Type *current_widget_class; void write_public(int state) { if (!current_class && !current_widget_class) return; |
