From c9e6cec9f909db85df80688c7a5b2a0c97e56c3f Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Wed, 2 Jan 2019 11:56:56 +0100 Subject: run clang tidy modernize pass --- src/ui/widget/ink-flow-box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/widget') 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) { -- cgit v1.2.3