From f56d43c9f6ffe08a0d62668fec6120d9c800ed2e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 18 Nov 2020 10:03:02 +0100 Subject: Rename private member function with trailing underscore. --- FL/Fl_Image.H | 2 +- FL/Fl_SVG_Image.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 4b5419c70..daac00165 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -76,7 +76,7 @@ private: Fl_Image & operator=(const Fl_Image &); Fl_Image(const Fl_Image &); // Presently redefined in Fl_SVG_Image - virtual void cache_size(int &width, int &height) {} + virtual void cache_size_(int &width, int &height) {} protected: diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H index a5ef519b3..5fec92274 100644 --- a/FL/Fl_SVG_Image.H +++ b/FL/Fl_SVG_Image.H @@ -146,7 +146,7 @@ private: float average_weight_; float svg_scaling_(int W, int H); void rasterize_(int W, int H); - virtual void cache_size(int &width, int &height); + virtual void cache_size_(int &width, int &height); void init_(const char *filename, const char *filedata, Fl_SVG_Image *copy_source); Fl_SVG_Image(Fl_SVG_Image *source); public: -- cgit v1.2.3