summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Input_.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx
index 52fa8cb84..244644c09 100644
--- a/src/Fl_Input_.cxx
+++ b/src/Fl_Input_.cxx
@@ -1506,7 +1506,7 @@ int Fl_Input_::ivalue() const {
\see Fl_Input_::ivalue()
\see Fl_Input_::value(double)
*/
-int Fl_Input_::dvalue() const {
+double Fl_Input_::dvalue() const {
return atof(value());
}