From d2e207754449b2cd8aeb18bee0f6748579c7c8d9 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 5 Jan 2020 15:51:47 +0100 Subject: Fix Doxygen description of the constructors. --- FL/Fl_BMP_Image.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_BMP_Image.H') diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H index 93ac32610..b8dee36c0 100644 --- a/FL/Fl_BMP_Image.H +++ b/FL/Fl_BMP_Image.H @@ -32,7 +32,7 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image { public: Fl_BMP_Image(const char* filename); - Fl_BMP_Image(const char* filename, const unsigned char *data); + Fl_BMP_Image(const char* imagename, const unsigned char *data); protected: -- cgit v1.2.3