]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
NGWrapper: mark dtor with override
authorJustin Viiret <justin.viiret@intel.com>
Tue, 3 Nov 2015 05:12:36 +0000 (16:12 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 10 Nov 2015 03:36:38 +0000 (14:36 +1100)
src/nfagraph/ng.h

index fe78254c6c0d4087e8a445480066a0f7c11b9d42..52353da927a552bd6e36f6dc1039190298965c78 100644 (file)
@@ -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