summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index a52149f6a..25cbd16c8 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -568,7 +568,7 @@ public:
static void compose_reset() {compose_state = 0;}
static int event_inside(int,int,int,int);
static int event_inside(const Fl_Widget*);
- static int test_shortcut(int);
+ static int test_shortcut(Fl_Shortcut);
// event destinations:
static int handle(int, Fl_Window*);