summaryrefslogtreecommitdiff
path: root/src/lib/cinema.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-05 00:43:00 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-05 00:43:00 +0100
commit5d1496fa502655d334439b4b2658625a2b3c1b70 (patch)
treedefaa6e2074a4e3fd93dae5c3899c51a12866a65 /src/lib/cinema.h
parentd50c23b8ddc05953322d2d0eb6ca5cb8ad88645f (diff)
C++11 tidying.
Diffstat (limited to 'src/lib/cinema.h')
-rw-r--r--src/lib/cinema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema.h b/src/lib/cinema.h
index a89408f3f..c17454db9 100644
--- a/src/lib/cinema.h
+++ b/src/lib/cinema.h
@@ -76,7 +76,7 @@ public:
return _utc_offset_minute;
}
- std::list<std::shared_ptr<dcpomatic::Screen> > screens () const {
+ std::list<std::shared_ptr<dcpomatic::Screen>> screens () const {
return _screens;
}