summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/pointersymbol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx
index eed4056aa79b..7b33333edd6f 100644
--- a/slideshow/source/engine/pointersymbol.cxx
+++ b/slideshow/source/engine/pointersymbol.cxx
@@ -66,7 +66,7 @@ PointerSymbol::PointerSymbol( uno::Reference<rendering::XBitmap> const & xBitm
{
std::for_each( rViewContainer.begin(),
rViewContainer.end(),
- [&]( const UnoViewSharedPtr& sp )
+ [this]( const UnoViewSharedPtr& sp )
{ this->viewAdded(sp); } );
}