summaryrefslogtreecommitdiff
path: root/configmgr/source/dconf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/dconf.hxx')
-rw-r--r--configmgr/source/dconf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/dconf.hxx b/configmgr/source/dconf.hxx
index f7f59703754c..aee033cf50e3 100644
--- a/configmgr/source/dconf.hxx
+++ b/configmgr/source/dconf.hxx
@@ -17,13 +17,13 @@ namespace configmgr {
struct Data;
}
-namespace configmgr { namespace dconf {
+namespace configmgr::dconf {
void readLayer(Data & data, int layer);
void writeModifications(Components & components, Data & data);
-} }
+}
#endif