From: Vadim Zeitlin Date: Tue, 23 Aug 2011 11:04:41 +0000 (+0000) Subject: No changes, just add a missing comma in wxNumValidator documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bf92c2268ecd890db247c83c1daf4face548df66?ds=sidebyside 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 --- diff --git a/interface/wx/valnum.h b/interface/wx/valnum.h index 3cf138a07e..105384615b 100644 --- a/interface/wx/valnum.h +++ b/interface/wx/valnum.h @@ -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); /**