summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/bundle.hpp2
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;