diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/srcclean.cpp | 2 |
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(); |