X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcinema.h;h=4639261c30bebc93e6237e6abe05546763026415;hb=0242efb9802d7bcbde0701a7267972d4dbe5abb8;hp=8421f468751f72548560c9705f27cefa9bb8fcaa;hpb=5e4f001bf32e3cdf65efa34803d70e6c1c00c66b;p=dcpomatic.git diff --git a/src/lib/cinema.h b/src/lib/cinema.h index 8421f4687..4639261c3 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -21,9 +21,9 @@ * @brief Screen and Cinema classes. */ -#include -#include #include +#include +#include class Cinema; @@ -44,7 +44,7 @@ public: Screen (cxml::ConstNodePtr); void as_xml (xmlpp::Element *) const; - + boost::shared_ptr cinema; std::string name; boost::optional certificate; @@ -72,13 +72,13 @@ public: void add_screen (boost::shared_ptr); void remove_screen (boost::shared_ptr); - + std::string name; std::string email; std::list > screens () const { return _screens; } -private: +private: std::list > _screens; };