summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/waitsymbol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/waitsymbol.hxx')
-rw-r--r--slideshow/source/engine/waitsymbol.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/waitsymbol.hxx b/slideshow/source/engine/waitsymbol.hxx
index b5cdadda3fe6..1044d607659a 100644
--- a/slideshow/source/engine/waitsymbol.hxx
+++ b/slideshow/source/engine/waitsymbol.hxx
@@ -31,8 +31,7 @@
#include <memory>
#include <vector>
-namespace slideshow {
-namespace internal {
+namespace slideshow::internal {
class EventMultiplexer;
typedef std::shared_ptr<class WaitSymbol> WaitSymbolSharedPtr;
@@ -82,8 +81,7 @@ private:
bool mbVisible;
};
-} // namespace internal
-} // namespace presentation
+} // namespace presentation::internal
#endif