diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 14:53:42 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 14:53:47 +0100 |
| commit | 032d3f5cf45a08ac35edf2cf6b2014730955ec2c (patch) | |
| tree | 47900b9171cd981c211b601a5fd70f4811069b49 /fluid/Fl_Type.h | |
| parent | 8c8742740362159f63c802cc38aa0fdd6b09ea5a (diff) | |
FLUID: Fixes child properties reader.
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() { } |
