summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterBitmapContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterBitmapContainer.hxx')
-rw-r--r--sdext/source/presenter/PresenterBitmapContainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterBitmapContainer.hxx b/sdext/source/presenter/PresenterBitmapContainer.hxx
index e3acea1b4cdc..c65c068d21a0 100644
--- a/sdext/source/presenter/PresenterBitmapContainer.hxx
+++ b/sdext/source/presenter/PresenterBitmapContainer.hxx
@@ -31,7 +31,7 @@
#include <map>
#include <memory>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
/** Manage a set of bitmap groups as they are used for buttons: three
bitmaps, one for the normal state, one for a mouse over effect and one
@@ -139,7 +139,7 @@ private:
typedef PresenterBitmapContainer::BitmapDescriptor PresenterBitmapDescriptor;
typedef std::shared_ptr<PresenterBitmapContainer::BitmapDescriptor> SharedBitmapDescriptor;
-} } // end of namespace ::sdext::presenter
+} // end of namespace ::sdext::presenter
#endif