aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtMultimedia
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-08 11:13:35 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-04-12 17:30:02 -0300
commit1d90691a0004aa20e15f86872f44c0bf33409703 (patch)
treec416cdffff0cdead7b60726c2d793e5c3a8b8315 /PySide/QtMultimedia
parent7a3f28e1bf742f689200a981e28de8f9222508b2 (diff)
Fix modified type of QAbstractVideoBuffer::map method.
Diffstat (limited to 'PySide/QtMultimedia')
-rw-r--r--PySide/QtMultimedia/typesystem_multimedia.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtMultimedia/typesystem_multimedia.xml b/PySide/QtMultimedia/typesystem_multimedia.xml
index 556f4b609..e7ff202d1 100644
--- a/PySide/QtMultimedia/typesystem_multimedia.xml
+++ b/PySide/QtMultimedia/typesystem_multimedia.xml
@@ -22,7 +22,7 @@
<object-type name="QAbstractVideoBuffer">
<modify-function signature="map(QAbstractVideoBuffer::MapMode, int*, int*)">
<modify-argument index="0">
- <replace-type modified-type="PyObject *"/>
+ <replace-type modified-type="PyObject"/>
</modify-argument>
<modify-argument index="2">
<remove-argument/>