From ed910b7368aa8a43dd72262119f14a488e8e7648 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 4 Dec 2023 17:42:12 +0100 Subject: FLUID: improves special handling of widget_class members --- fluid/Fl_Function_Type.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fl_Function_Type.cxx') 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 { -- cgit v1.2.3