diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 12:55:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 12:55:32 +0200 |
commit | 6b6e286d9dcf03bd4d96f7d0acbeb797eecbcfdd (patch) | |
tree | 1d79cb10a1783b69361b63eeac8de997b1946225 /opentrack/selected-libraries.hpp | |
parent | 9cc86cf3569ef6e68c4779ee0d96d1ae4ef77ca6 (diff) |
nix empty dtor
Diffstat (limited to 'opentrack/selected-libraries.hpp')
-rw-r--r-- | opentrack/selected-libraries.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack/selected-libraries.hpp b/opentrack/selected-libraries.hpp index 2813cd27..3719b109 100644 --- a/opentrack/selected-libraries.hpp +++ b/opentrack/selected-libraries.hpp @@ -18,6 +18,5 @@ struct SelectedLibraries { mem<IProtocol> pProtocol; SelectedLibraries(QFrame* frame, dylibptr t, dylibptr p, dylibptr f); SelectedLibraries() : pTracker(nullptr), pFilter(nullptr), pProtocol(nullptr), correct(false) {} - ~SelectedLibraries(); bool correct; }; |