Use unique_ptr.
[dcpomatic.git] / src / lib / cinema.h
index daa4aa8bf3f6a520fda7064206ff6a71e8d15908..a89408f3f28f94610f9f6470beacb5f83856e87c 100644 (file)
@@ -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.
        */