Skip to content

Commit ec4fe06

Browse files
committed
wxwidgets.cfg: Validate first arg of wxString::Right() and wxString::Left().
1 parent 064795a commit ec4fe06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10863,8 +10863,8 @@
1086310863
<leak-ignore/>
1086410864
<arg nr="1" direction="in"/>
1086510865
</function>
10866-
<!--wxString wxString::Right(size_t count) const -->
1086710866
<!--wxString wxString::Left(size_t count) const -->
10867+
<!--wxString wxString::Right(size_t count) const -->
1086810868
<function name="wxString::Right,wxString::Left">
1086910869
<noreturn>false</noreturn>
1087010870
<returnValue type="wxString"/>
@@ -10873,6 +10873,7 @@
1087310873
<use-retval/>
1087410874
<arg nr="1" direction="in">
1087510875
<not-uninit/>
10876+
<valid>1:</valid>
1087610877
</arg>
1087710878
</function>
1087810879
<!--void wxDC::SetLogicalFunction(wxRasterOperationMode function)-->

0 commit comments

Comments
 (0)