summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/ink-flow-box.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-02 10:56:56 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-02 10:56:56 +0000
commitc9e6cec9f909db85df80688c7a5b2a0c97e56c3f (patch)
treedfe5beb9f147998c235386b3cf09c2d598d33067 /src/ui/widget/ink-flow-box.cpp
parentprotect includes in c file (diff)
downloadinkscape-c9e6cec9f909db85df80688c7a5b2a0c97e56c3f.tar.gz
inkscape-c9e6cec9f909db85df80688c7a5b2a0c97e56c3f.zip
run clang tidy modernize pass
Diffstat (limited to 'src/ui/widget/ink-flow-box.cpp')
-rw-r--r--src/ui/widget/ink-flow-box.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/ink-flow-box.cpp b/src/ui/widget/ink-flow-box.cpp
index 127da3107..215e9d954 100644
--- a/src/ui/widget/ink-flow-box.cpp
+++ b/src/ui/widget/ink-flow-box.cpp
@@ -47,7 +47,7 @@ InkFlowBox::InkFlowBox(const gchar *name)
sensitive = true;
}
-InkFlowBox::~InkFlowBox() {}
+InkFlowBox::~InkFlowBox() = default;
Glib::ustring InkFlowBox::getPrefsPath(gint pos)
{