summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--opentrack-compat/options.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/options.hpp b/opentrack-compat/options.hpp
index 2853fc91..2ed05f80 100644
--- a/opentrack-compat/options.hpp
+++ b/opentrack-compat/options.hpp
@@ -246,7 +246,7 @@ namespace options {
opts(const QString& name);
opts& operator=(const opts&) = delete;
opts(const opts&) = delete;
- virtual ~opts();
+ ~opts();
};
template<typename t, typename q>