diff options
Diffstat (limited to 'src/fl_ask.cxx')
| -rw-r--r-- | src/fl_ask.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 56834a590..877c17641 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -62,7 +62,7 @@ static char avoidRecursion = 0; // pointer to one of the buttons or an Fl_Window* pointer to the // message window (message_form). static void button_cb(Fl_Widget *, void *val) { - ret_val = (fl_intptr_t)val; + ret_val = (int) (fl_intptr_t)val; message_form->hide(); } |
