Skip to content

Commit 70a341d

Browse files
committed
wxwidgets.cfg: Improved configuariton for wxSTRINGIZE()
1 parent 5156450 commit 70a341d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5343,10 +5343,10 @@
53435343
<!--#define wxSTRINGIZE(x) -->
53445344
<!--These are defined as macros in wxWidgets. Non the less, this is configured as
53455345
as function to catch unused return values. -->
5346-
<function name="wxSTRINGIZE_T,wxSTRINGSIZE">
5346+
<function name="wxSTRINGIZE_T,wxSTRINGIZE">
53475347
<noreturn>false</noreturn>
53485348
<leak-ignore/>
5349-
<returnValue type="wxString"/>
5349+
<returnValue type="wxString">"#arg1"</returnValue>
53505350
<use-retval/>
53515351
<arg nr="1" direction="in">
53525352
<not-uninit/>

0 commit comments

Comments
 (0)