diff options
Diffstat (limited to 'slideshow/source/inc/enumanimation.hxx')
-rw-r--r-- | slideshow/source/inc/enumanimation.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/slideshow/source/inc/enumanimation.hxx b/slideshow/source/inc/enumanimation.hxx index bb659b270f21..39a8a0251599 100644 --- a/slideshow/source/inc/enumanimation.hxx +++ b/slideshow/source/inc/enumanimation.hxx @@ -25,9 +25,7 @@ /* Definition of EnumAnimation interface */ -namespace slideshow -{ - namespace internal +namespace slideshow::internal { /** Interface defining an enum animation. @@ -65,7 +63,6 @@ namespace slideshow typedef ::std::shared_ptr< EnumAnimation > EnumAnimationSharedPtr; - } } #endif // INCLUDED_SLIDESHOW_SOURCE_INC_ENUMANIMATION_HXX |