summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-02 17:02:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-02 17:03:55 +0000
commit5484475fc10e965248d6dbb7156a5cd180db88d2 (patch)
tree5e41bd2abf1dc14343cc1a02a4454df85d4c2423 /pyuno
parent65e7851444f8f730470067a585e36ff8cf643682 (diff)
include algorithm
Change-Id: I55abf17a1da2616ca2b1303747ca8cc7e402634e
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx
index a214062c6a41..4968e6602164 100644
--- a/pyuno/source/module/pyuno_module.cxx
+++ b/pyuno/source/module/pyuno_module.cxx
@@ -84,7 +84,7 @@ class fillStructState
// Keyword arguments used
PyObject *used;
// Which structure members are initialised
- std::unordered_map <const OUString, bool, OUStringHash> initialised;
+ std::unordered_map <OUString, bool, OUStringHash> initialised;
// How many positional arguments are consumed
// This is always the so-many first ones
sal_Int32 nPosConsumed;