summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-08 15:16:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-08 15:16:34 +0200
commit8a7b4d5bb51b9d3d827bc4d0c8c7861f0935060c (patch)
treee83618b41f56ca11122767e4afa4593b560e32a6 /slideshow
parent4ce10ff6ce725212efa91a017a61e1bd781008c1 (diff)
Explicit capture annotations
Change-Id: I7be1a36196a07a80a7b7173c3869621f5d707204
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); } );
}