diff options
-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 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; |