diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 10:43:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 10:43:15 +0200 |
commit | e0322730ab08421113e5538c5202cfcb64b59ce6 (patch) | |
tree | 87834449ecfd304f7458553a630d16fbe1f74d4b /facetracknoir/plugin-support.h | |
parent | b8009a72fa4aa9cee227e6323bf674b056dafbe8 (diff) |
core: clean up dll logic
Diffstat (limited to 'facetracknoir/plugin-support.h')
-rw-r--r-- | facetracknoir/plugin-support.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |