From ee4b8ac0bd8bd6923abaef6a0f587a1c0d34767a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 7 Mar 2017 01:24:03 +0100 Subject: options/bundle: fix class friend decl --- options/bundle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/bundle.hpp b/options/bundle.hpp index c8050ec7..a7897051 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -45,7 +45,7 @@ class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public connector Q_OBJECT private: - friend bundler; + friend struct bundler; mutex mtx; const QString group_name; -- cgit v1.2.3