diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-05 15:51:47 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-05 15:51:47 +0100 |
| commit | d2e207754449b2cd8aeb18bee0f6748579c7c8d9 (patch) | |
| tree | 7b44bad93b8735fdd77f875756c68bbf9ccb3fac /FL/Fl_BMP_Image.H | |
| parent | 97e30260ec3f7e0ca7de38617eb3766c3cbff9b5 (diff) | |
Fix Doxygen description of the constructors.
Diffstat (limited to 'FL/Fl_BMP_Image.H')
| -rw-r--r-- | FL/Fl_BMP_Image.H | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
