diff options
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. */ |
