summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/layer-selector.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-12-29 17:39:19 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-12-29 17:39:19 +0000
commitd558a7a9b9b81b32b59e2c2a15f028bba237ecd7 (patch)
tree1bffd6258c91fb668690e861211fadbb4e8249ec /src/ui/widget/layer-selector.cpp
parentUpdate README (diff)
downloadinkscape-d558a7a9b9b81b32b59e2c2a15f028bba237ecd7.tar.gz
inkscape-d558a7a9b9b81b32b59e2c2a15f028bba237ecd7.zip
Fix namespace naming consistency
Diffstat (limited to 'src/ui/widget/layer-selector.cpp')
-rw-r--r--src/ui/widget/layer-selector.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ui/widget/layer-selector.cpp b/src/ui/widget/layer-selector.cpp
index 7ad6b483b..779542c92 100644
--- a/src/ui/widget/layer-selector.cpp
+++ b/src/ui/widget/layer-selector.cpp
@@ -32,7 +32,8 @@
#include "xml/node-event-vector.h"
namespace Inkscape {
-namespace Widgets {
+namespace UI {
+namespace Widget {
namespace {
@@ -599,8 +600,9 @@ void LayerSelector::_hideLayer(bool hide) {
}
}
-}
-}
+} // namespace Widget
+} // namespace UI
+} // namespace Inkscape
/*
Local Variables: