Skip to content

Commit 05286bd

Browse files
committed
SWIG: fix compilation with swig 4.3.0
1 parent e31c7e7 commit 05286bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Components/Overlay/include/ImGui.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#ifdef SWIGPYTHON
5050
// match the signature of the by value variants
5151
%typemap(argout) float[4], float[3], float[2] {
52-
$result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj($1, $descriptor(ImVec4*), 0));
52+
$result = SWIG_AppendOutput($result, SWIG_NewPointerObj($1, $descriptor(ImVec4*), 0));
5353
}
5454

5555
// for PlotHistogram, PlotLines

0 commit comments

Comments
 (0)