From: Justin Viiret Date: Tue, 3 Nov 2015 05:12:36 +0000 (+1100) Subject: NGWrapper: mark dtor with override X-Git-Tag: v4.1.0^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5805ac193c5c20c32930d5d4fd5c62bbbcb8ec7b;p=thirdparty%2Fvectorscan.git NGWrapper: mark dtor with override --- diff --git a/src/nfagraph/ng.h b/src/nfagraph/ng.h index fe78254c..52353da9 100644 --- a/src/nfagraph/ng.h +++ b/src/nfagraph/ng.h @@ -64,7 +64,7 @@ public: bool prefilter, const som_type som, ReportID rid, u64a min_offset, u64a max_offset, u64a min_length); - ~NGWrapper(); + ~NGWrapper() override; /** index of the expression represented by this graph, used * - down the track in error handling