diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-08 23:20:56 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-08 23:20:56 +0200 |
commit | 90940a774eab876c38d5cef981b4be5bae67a462 (patch) | |
tree | 2e60edc1719ffd53752a55a7f0444166965e90c5 /spline | |
parent | e3292e1ddaa8d69eb320d2700fc582b4675cf8ce (diff) |
modernize only
Diffstat (limited to 'spline')
-rw-r--r-- | spline/spline.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spline/spline.cpp b/spline/spline.cpp index fc437bb9..69928834 100644 --- a/spline/spline.cpp +++ b/spline/spline.cpp @@ -492,9 +492,7 @@ settings::settings(bundle b, const QString& axis_name, Axis idx): opts(axis_name, idx) {} -settings::~settings() -{ -} +settings::~settings() = default; } |