summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_impl.hxx')
-rw-r--r--pyuno/source/module/pyuno_impl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx
index e1cf3b242ad3..0452da7cef6f 100644
--- a/pyuno/source/module/pyuno_impl.hxx
+++ b/pyuno/source/module/pyuno_impl.hxx
@@ -228,7 +228,7 @@ typedef struct
} PyUNO;
PyObject* PyUNO_iterator_new (
- const css::uno::Reference<css::container::XEnumeration> xEnumeration);
+ const css::uno::Reference<css::container::XEnumeration>& xEnumeration);
typedef struct
{