diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-07 01:24:03 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-07 01:46:26 +0100 | 
| commit | ee4b8ac0bd8bd6923abaef6a0f587a1c0d34767a (patch) | |
| tree | 9352280bb2d8c2563ae59db595e9b6715d691092 /options | |
| parent | 411753ac57ac9e336efd7f65873f80c112c40d3f (diff) | |
options/bundle: fix class friend decl
Diffstat (limited to '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; | 
