diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-22 19:53:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-22 19:53:57 +0200 |
| commit | 2383b09a62ca5e9100b45bf4a2b766b4b8efba51 (patch) | |
| tree | f92b167a2b180a60d3b9d7a0aa677e756a4cec8e /src/lib/cinema.h | |
| parent | 19562f913b530adc5f11c48e257300c1869d019a (diff) | |
C++11 tweaks.
Diffstat (limited to 'src/lib/cinema.h')
| -rw-r--r-- | src/lib/cinema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema.h b/src/lib/cinema.h index daa4aa8bf..a89408f3f 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -81,7 +81,7 @@ public: } private: - std::list<std::shared_ptr<dcpomatic::Screen> > _screens; + std::list<std::shared_ptr<dcpomatic::Screen>> _screens; /** Offset such that the equivalent time in UTC can be determined by subtracting the offset from the local time. */ |
