diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationsetnode.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.hxx b/slideshow/source/engine/animationnodes/animationsetnode.hxx index 9c39377470b1..0c16255604cc 100644 --- a/slideshow/source/engine/animationnodes/animationsetnode.hxx +++ b/slideshow/source/engine/animationnodes/animationsetnode.hxx @@ -21,8 +21,7 @@ #include "animationbasenode.hxx" -namespace slideshow { -namespace internal { +namespace slideshow::internal { class AnimationSetNode : public AnimationBaseNode { @@ -41,8 +40,7 @@ private: virtual AnimationActivitySharedPtr createActivity() const override; }; -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONSETNODE_HXX |