From aa54f156f51179025844ab2f864be0333d68539e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 26 May 2016 13:23:23 +0200 Subject: compat/options: don't emit a vtable for struct opts It's for convenience in `struct settings' and not meant for casting to base class. --- opentrack-compat/options.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack-compat') 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 -- cgit v1.2.3