summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-03-27 08:51:54 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-03-27 08:51:54 +0000
commit421f908c69ddf071b024608ae506472eb4edf962 (patch)
tree3f247dc7a27e8281c0156462f93313d19cca1af8 /src/fl_ask.cxx
parent506fa9d03492189c33f4a86189eda52bffe64b91 (diff)
Bringing supported IDEs to the newest setup, add device and others.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7345 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_ask.cxx')
-rw-r--r--src/fl_ask.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx
index 3d69936ae..88722b068 100644
--- a/src/fl_ask.cxx
+++ b/src/fl_ask.cxx
@@ -67,7 +67,7 @@ static char avoidRecursion = 0;
// sets the global return value (ret_val) and closes the window
static void button_cb(Fl_Widget *bt, void *val) {
- ret_val = (int)val;
+ ret_val = (int)(long)val;
message_form->hide();
}