Fix return type of wxNumberEntryDialog::GetValue() in documentation
Closes https://github.com/wxWidgets/wxWidgets/pull/796
This commit is contained in:
committed by
Vadim Zeitlin
parent
cec5d067e5
commit
83af2a428e
@@ -74,7 +74,7 @@ public:
|
|||||||
Returns the value that the user has entered if the user has pressed OK,
|
Returns the value that the user has entered if the user has pressed OK,
|
||||||
or the original value if the user has pressed Cancel.
|
or the original value if the user has pressed Cancel.
|
||||||
*/
|
*/
|
||||||
wxString GetValue() const;
|
long GetValue() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user