summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-11 17:37:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-11 17:37:00 +0100
commitc00cb49614233c6177c5daa7e271be0dc9b573b3 (patch)
tree3fc1c0ca200bcdea835eeaf66d10411cd76cfc3a /slideshow
parent4c799fa83a5a51f27301110ae165855ffbc7a596 (diff)
loplugin:redundantcast: slideshow
(after a to-be-committed improved loplugin:cstylecast would have rewritten the C-style casts into static_casts) Change-Id: I6a9f02665b8680f2fc51bff0b5a5ee60a77e780e
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/screenupdater.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/screenupdater.cxx b/slideshow/source/engine/screenupdater.cxx
index 7a950e031cd5..cc609fecf97d 100644
--- a/slideshow/source/engine/screenupdater.cxx
+++ b/slideshow/source/engine/screenupdater.cxx
@@ -129,7 +129,7 @@ namespace internal
if( bViewUpdatesNeeded )
{
mpImpl->maUpdaters.applyAll(
- std::mem_fn((bool (ViewUpdate::*)())&ViewUpdate::update) );
+ std::mem_fn(&ViewUpdate::update) );
}
if( bViewUpdatesNeeded ||