summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx
index 9350bf0d47ac..1ae3c0696c3b 100644
--- a/sdext/source/presenter/PresenterPaneFactory.hxx
+++ b/sdext/source/presenter/PresenterPaneFactory.hxx
@@ -31,7 +31,7 @@
#include <map>
#include <memory>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
class PresenterController;
@@ -109,7 +109,7 @@ private:
void ThrowIfDisposed() const;
};
-} }
+}
#endif