diff transform/FeatureExtractionModelTransformer.h @ 1237:a83541a1f100 project-file-rework

Ensure plugin is deleted in same thread that created and used it
author Chris Cannam
date Fri, 28 Oct 2016 11:32:36 +0100
parents fe391a7b8376
children 48e9f538e6e9
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h	Fri Oct 28 11:08:17 2016 +0100
+++ b/transform/FeatureExtractionModelTransformer.h	Fri Oct 28 11:32:36 2016 +0100
@@ -52,6 +52,7 @@
 
 protected:
     bool initialise();
+    void deinitialise();
 
     virtual void run();