From e0322730ab08421113e5538c5202cfcb64b59ce6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 22 Sep 2014 10:43:15 +0200 Subject: core: clean up dll logic --- facetracknoir/plugin-support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'facetracknoir/plugin-support.h') diff --git a/facetracknoir/plugin-support.h b/facetracknoir/plugin-support.h index bb7b3c02..f3270aa6 100644 --- a/facetracknoir/plugin-support.h +++ b/facetracknoir/plugin-support.h @@ -46,7 +46,7 @@ extern "C" typedef void* (CALLING_CONVENTION* DIALOG_FUNPTR)(void); class DynamicLibrary { public: DynamicLibrary(const QString& filename); - virtual ~DynamicLibrary(); + ~DynamicLibrary(); DIALOG_FUNPTR Dialog; CTOR_FUNPTR Constructor; METADATA_FUNPTR Metadata; -- cgit v1.2.3