summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index efeaf8595..363a9ede5 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -680,7 +680,7 @@ public:
8-bit RGB color. The color is not allocated until fl_color(i) is used.
*/
static void set_color(Fl_Color, unsigned); // platform dependent
- static unsigned get_color(Fl_Color);
+ static Fl_Color get_color(Fl_Color);
static void get_color(Fl_Color, uchar&, uchar&, uchar&);
/**
Frees the specified color from the colormap, if applicable.