diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-11-18 10:03:02 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-11-19 15:59:48 +0100 |
| commit | f56d43c9f6ffe08a0d62668fec6120d9c800ed2e (patch) | |
| tree | d9a601ec41c0c2d1c1f5e6dbe9317f785a90a60b /FL/Fl_SVG_Image.H | |
| parent | 0f6fb2ab5a177a875881c4c54a3097b862ac273c (diff) | |
Rename private member function with trailing underscore.
Diffstat (limited to 'FL/Fl_SVG_Image.H')
| -rw-r--r-- | FL/Fl_SVG_Image.H | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
