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:
Vadim Zeitlin
2011-08-23 11:04:41 +00:00
parent 0043f42027
commit bf92c2268e

View File

@@ -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);
/**