summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-07 11:25:52 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-07 11:28:01 +0100
commitb747b711bb021d0bb550f150e62d3f7dfe6754b2 (patch)
tree3d5f00235a642eda7b0bc4aca35a61bfbf00bb7b /src/tools/srcclean.cpp
parent32ee215a388954d6da30bf408f03e724ee1ff96f (diff)
fix building with clang 6.0.1 (nw)
Diffstat (limited to 'src/tools/srcclean.cpp')
-rw-r--r--src/tools/srcclean.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp
index 94b118b4018..f42e3bf83a7 100644
--- a/src/tools/srcclean.cpp
+++ b/src/tools/srcclean.cpp
@@ -88,6 +88,8 @@ public:
VMS
};
+ virtual ~cleaner_base() = default;
+
template <typename InputIt>
void process(InputIt begin, InputIt end);
void finalise();