From 421f908c69ddf071b024608ae506472eb4edf962 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 27 Mar 2010 08:51:54 +0000 Subject: 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 --- src/fl_ask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } -- cgit v1.2.3