diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-29 17:39:19 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-29 17:39:19 +0000 |
| commit | d558a7a9b9b81b32b59e2c2a15f028bba237ecd7 (patch) | |
| tree | 1bffd6258c91fb668690e861211fadbb4e8249ec /src/ui/widget/layer-selector.h | |
| parent | Update README (diff) | |
| download | inkscape-d558a7a9b9b81b32b59e2c2a15f028bba237ecd7.tar.gz inkscape-d558a7a9b9b81b32b59e2c2a15f028bba237ecd7.zip | |
Fix namespace naming consistency
Diffstat (limited to 'src/ui/widget/layer-selector.h')
| -rw-r--r-- | src/ui/widget/layer-selector.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ui/widget/layer-selector.h b/src/ui/widget/layer-selector.h index 13f381121..eadfce206 100644 --- a/src/ui/widget/layer-selector.h +++ b/src/ui/widget/layer-selector.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * Inkscape::Widgets::LayerSelector - layer selector widget + * Inkscape::UI::Widget::LayerSelector - layer selector widget * * Authors: * MenTaLguY <mental@rydia.net> @@ -33,7 +33,8 @@ class Node; namespace Inkscape { -namespace Widgets { +namespace UI { +namespace Widget { class DocumentTreeModel; @@ -96,8 +97,9 @@ private: void _prepareLabelRenderer(Gtk::TreeModel::const_iterator const &row); }; -} -} +} // namespace Widget +} // namespace UI +} // namespace Inkscape #endif /* |
