diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-29 16:04:34 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-29 16:04:34 +0000 |
| commit | 258904bc7102d6edae51aa09d7e1fa47ebc06b2a (patch) | |
| tree | fa65437cb6b60c5b20e6c3484f259b2f1dc05157 /src/ui | |
| parent | Disable "new" filter editor (diff) | |
| download | inkscape-258904bc7102d6edae51aa09d7e1fa47ebc06b2a.tar.gz inkscape-258904bc7102d6edae51aa09d7e1fa47ebc06b2a.zip | |
Filter editor fix for gcc 5
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/filter-editor.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ui/dialog/filter-editor.cpp b/src/ui/dialog/filter-editor.cpp index 4e7402853..730f8175c 100644 --- a/src/ui/dialog/filter-editor.cpp +++ b/src/ui/dialog/filter-editor.cpp @@ -65,7 +65,9 @@ using namespace Inkscape::Filters; using namespace Inkscape::IO::Resource; -namespace Inkscape::UI::Dialog { +namespace Inkscape { +namespace UI { +namespace Dialog { FilterEditorDialog::FilterEditorDialog() : UI::Widget::Panel("", "/dialogs/filtereffects", SP_VERB_DIALOG_FILTER_EFFECTS) { @@ -110,7 +112,9 @@ FilterEditorDialog::~FilterEditorDialog(){} -} // namespace Inkscape::UI::Dialog +} // Never put these namespaces together unless you are using gcc 6+ +} +} // P.S. This is for Inkscape::UI::Dialog /* Local Variables: |
