summaryrefslogtreecommitdiff
path: root/FL/Fl_BMP_Image.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_BMP_Image.H')
-rw-r--r--FL/Fl_BMP_Image.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H
index b8dee36c0..aca8d1e2b 100644
--- a/FL/Fl_BMP_Image.H
+++ b/FL/Fl_BMP_Image.H
@@ -36,7 +36,7 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
protected:
- void read(class BMPReader &rdr);
+ void load_bmp_(class BMPReader &rdr);
};