summaryrefslogtreecommitdiff
path: root/sc/inc/reordermap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/reordermap.hxx')
-rw-r--r--sc/inc/reordermap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/reordermap.hxx b/sc/inc/reordermap.hxx
index b7c5dfcd7e71..b7bb5d5ae1c9 100644
--- a/sc/inc/reordermap.hxx
+++ b/sc/inc/reordermap.hxx
@@ -29,7 +29,7 @@ public:
std::pair<iterator, bool>
insert( DataType::value_type const& val );
- const_iterator find( DataType::key_type const& key ) const;
+ const_iterator find( DataType::key_type key ) const;
};
}