All going downhill.
[dcpomatic.git] / src / lib / cinema_kdms.h
index 0a4f28a8f0dec0ca6cec20522a8dbf1080371a72..a3a3e215ee3c3c3b4acd6d8b0f7380d88be024c0 100644 (file)
@@ -58,5 +58,5 @@ public:
                );
 
        boost::shared_ptr<Cinema> cinema;
-       std::list<boost::shared_ptr<ScreenWithKDM> > screen_kdms;
+       std::list<boost::shared_ptr<RecipientWithKDM> > kdms;
 };