diff options
Diffstat (limited to 'slideshow/source/engine/transitions/fanwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/fanwipe.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/fanwipe.hxx b/slideshow/source/engine/transitions/fanwipe.hxx index dc457c0d2fb1..99434082edb6 100644 --- a/slideshow/source/engine/transitions/fanwipe.hxx +++ b/slideshow/source/engine/transitions/fanwipe.hxx @@ -23,8 +23,7 @@ #include "parametricpolypolygon.hxx" -namespace slideshow { -namespace internal { +namespace slideshow::internal { /// Generates a centerTop (center=true) or double fan wipe: class FanWipe : public ParametricPolyPolygon @@ -37,7 +36,7 @@ private: bool m_center, m_single, m_fanIn; }; -} + } #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_TRANSITIONS_FANWIPE_HXX |