X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcinema.h;h=fea4f1c149362ebbc944a8dc1bb547ccb9943b0c;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=8421f468751f72548560c9705f27cefa9bb8fcaa;hpb=cc27c2716f755305d67f1e1ba828ecf37f8405dd;p=dcpomatic.git diff --git a/src/lib/cinema.h b/src/lib/cinema.h index 8421f4687..fea4f1c14 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; };