summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-07 01:24:03 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-03-07 01:46:26 +0100
commitee4b8ac0bd8bd6923abaef6a0f587a1c0d34767a (patch)
tree9352280bb2d8c2563ae59db595e9b6715d691092
parent411753ac57ac9e336efd7f65873f80c112c40d3f (diff)
options/bundle: fix class friend decl
-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;