summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-25 12:31:41 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-25 13:55:36 +0300
commitbb1132604721046c619d9918643f369dfa0706a4 (patch)
treed02294f0ab6f123bfd2c3b77be7328b69e83a857 /slideshow
parent9b4212f14b11993222f933f59a93359ebc44c708 (diff)
WaE: type name first seen using 'struct' now seen using 'class'
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index e43b20f17c4c..d85d538cfd70 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -360,7 +360,7 @@ protected:
private:
struct SeparateListenerImpl; friend struct SeparateListenerImpl;
- struct PrefetchPropertiesFunc; friend struct PrefetchPropertiesFunc;
+ class PrefetchPropertiesFunc; friend class PrefetchPropertiesFunc;
/// Stop currently running show.
void stopShow();