From ea88888f768b1bbec2300eea93029bec67ad2f43 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 19 Oct 2023 23:54:31 +0200 Subject: FLUID typos, comments, superfluous code --- 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 b6790a524..f88a6f9b1 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1979,7 +1979,7 @@ void Fl_Class_Type::write_code2(Fd_Code_Writer& f) { /** Return 1 if this class contains a function with the given signature. */ -int Fl_Class_Type::has_function(const char *rtype, const char *sig) const { +int Fl_Type::has_function(const char *rtype, const char *sig) const { Fl_Type *child; for (child = next; child && child->level > level; child = child->next) { if (child->level == level+1 && child->is_a(Fl_Type::ID_Function)) { -- cgit v1.2.3