diff options
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/outdevgrind.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index e6ff4f48cbff..1b983bcd2f3a 100644 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -580,7 +580,7 @@ void setupMethodStubs( functor_vector_type& res ) } void grindFunc( OutputDevice& rTarget, - functor_vector_type::const_iterator iter, + functor_vector_type::const_iterator const & iter, sal_Int32 nTurns, const char* pMsg ) { |