From 6f0c7d1474d2497a8ffae426dac265ed921b9775 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Dec 2016 08:39:20 +0100 Subject: options/bundle: remove pointless virtual inheritance --- options/bundle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/bundle.hpp b/options/bundle.hpp index 5bbe6f60..3d952928 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -34,7 +34,7 @@ namespace detail { struct bundler; -class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public virtual connector +class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public connector { class OPENTRACK_OPTIONS_EXPORT mutex final : public QMutex { -- cgit v1.2.3