summaryrefslogtreecommitdiff
path: root/pyuno/inc
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/inc')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index 840a7ccd1ea5..f53c6983100d 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -124,7 +124,7 @@ public:
struct Hash
{
- int operator () ( const PyRef &r) const { return (int) r.get(); }
+ sal_IntPtr operator () ( const PyRef &r) const { return sal_IntPtr( r.get() ); }
};
};