summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/dependencies.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/dependencies.hxx')
-rw-r--r--codemaker/source/cppumaker/dependencies.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/dependencies.hxx b/codemaker/source/cppumaker/dependencies.hxx
index 3143b4e40483..2116404f60dc 100644
--- a/codemaker/source/cppumaker/dependencies.hxx
+++ b/codemaker/source/cppumaker/dependencies.hxx
@@ -31,7 +31,7 @@ class TypeManager;
/// @HTML
-namespace codemaker { namespace cppumaker {
+namespace codemaker::cppumaker {
/**
A simple class to track which other entities a given entity depends on.
@@ -121,7 +121,7 @@ private:
bool m_sequenceDependency;
};
-} }
+}
#endif