diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/paralleltimecontainer.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/paralleltimecontainer.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx b/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx index af3c6e1a9149..62daf26395cb 100644 --- a/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx +++ b/slideshow/source/engine/animationnodes/paralleltimecontainer.hxx @@ -21,8 +21,7 @@ #include <basecontainernode.hxx> -namespace slideshow { -namespace internal { +namespace slideshow::internal { /** This class implements parallel node containers @@ -47,8 +46,7 @@ private: virtual void notifyDeactivating( AnimationNodeSharedPtr const& pChildNode ) override; }; -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_PARALLELTIMECONTAINER_HXX |