summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.cpp
diff options
context:
space:
mode:
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();