No changes, just add a missing comma in wxNumValidator documentation.
SetRange() declaration wasn't properly terminated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
|
||||
Calling this is equivalent to calling both SetMin() and SetMax().
|
||||
*/
|
||||
void SetRange(ValueType min, ValueType max)
|
||||
void SetRange(ValueType min, ValueType max);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user