diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-12-04 17:42:12 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-12-04 17:42:45 +0100 |
| commit | ed910b7368aa8a43dd72262119f14a488e8e7648 (patch) | |
| tree | 4918d1a38afa1194b53a052fd8205134155b64e5 /fluid/Fl_Function_Type.cxx | |
| parent | cf07fa09dc752d1283c22a2df402e7356b770871 (diff) | |
FLUID: improves special handling of widget_class members
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 852a33c2c..ccb195224 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -447,9 +447,9 @@ void Fl_Function_Type::write_code1(Fd_Code_Writer& f) { const char* k = class_name(0); if (k) { + f.write_public(public_); if (havechildren) write_comment_c(f); - f.write_public(public_); if (name()[0] == '~') constructor = 1; else { |
