summaryrefslogtreecommitdiff
path: root/src/c_fl_draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_draw.cpp')
-rw-r--r--src/c_fl_draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_fl_draw.cpp b/src/c_fl_draw.cpp
index ff5477c..488a73f 100644
--- a/src/c_fl_draw.cpp
+++ b/src/c_fl_draw.cpp
@@ -30,7 +30,7 @@ int fl_draw_can_do_alpha_blending() {
return fl_can_do_alpha_blending();
}
-const char * fl_draw_shortcut_label(unsigned long shortcut) {
+const char * fl_draw_shortcut_label(unsigned int shortcut) {
return fl_shortcut_label(shortcut);
}