diff options
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r-- | options/bundle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |