Fix return type of wxNumberEntryDialog::GetValue() in documentation

Closes https://github.com/wxWidgets/wxWidgets/pull/796
This commit is contained in:
Scott Talbert
2018-04-30 22:27:31 -04:00
committed by Vadim Zeitlin
parent cec5d067e5
commit 83af2a428e

View File

@@ -74,7 +74,7 @@ public:
Returns the value that the user has entered if the user has pressed OK,
or the original value if the user has pressed Cancel.
*/
wxString GetValue() const;
long GetValue() const;
};