summaryrefslogtreecommitdiff
path: root/FL/Fl_ICO_Image.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_ICO_Image.H')
-rw-r--r--FL/Fl_ICO_Image.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_ICO_Image.H b/FL/Fl_ICO_Image.H
index a6e9faaaf..c77cb25e9 100644
--- a/FL/Fl_ICO_Image.H
+++ b/FL/Fl_ICO_Image.H
@@ -1,7 +1,7 @@
//
// ICO image header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 2022 by Bill Spitzak and others.
+// Copyright 2022-2023 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -46,7 +46,7 @@ public:
int idcount() const { return idcount_; }
/** Returns the array of idcount() loaded IconDirEntry structures. */
- IconDirEntry * const icondirentry() const { return icondirentry_; }
+ const IconDirEntry * icondirentry() const { return icondirentry_; }
private:
int idcount_;