From 032d3f5cf45a08ac35edf2cf6b2014730955ec2c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 5 Nov 2023 14:53:42 +0100 Subject: FLUID: Fixes child properties reader. --- fluid/Fl_Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fl_Type.h') diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index f1ab02025..ea6d083d9 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -212,7 +212,7 @@ public: virtual void write_properties(Fd_Project_Writer &f); virtual void read_property(Fd_Project_Reader &f, const char *); virtual void write_parent_properties(Fd_Project_Writer &f, Fl_Type *child, bool encapsulate); - virtual void read_parent_properties(Fd_Project_Reader &f, Fl_Type *child, const char *property); + virtual void read_parent_property(Fd_Project_Reader &f, Fl_Type *child, const char *property); virtual int read_fdesign(const char*, const char*); virtual void postprocess_read() { } -- cgit v1.2.3