From d1d38090fb9a56f2db0c38394ccd31e98363149a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 15 Nov 2023 22:45:15 +0100 Subject: Fixes return type of Fl_Input_::dvalue() --- FL/Fl_Input_.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Input_.H') diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H index e8ab6508c..e7087e418 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -264,7 +264,7 @@ public: int ivalue() const; - int dvalue() const; + double dvalue() const; /* Returns the Unicode character at index \p i. */ unsigned int index(int i) const; -- cgit v1.2.3