X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fspl_entry.h;h=b2977c8aa2d2b7ca6deea67c49ac97ba9825aaaf;hb=refs%2Fheads%2Fexport-rhs-glitch;hp=2650371c45003d9631e95edbe6028fc595dd0681;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/spl_entry.h b/src/lib/spl_entry.h index 2650371c4..b2977c8aa 100644 --- a/src/lib/spl_entry.h +++ b/src/lib/spl_entry.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2020 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,22 +18,26 @@ */ + #ifndef DCPOMATIC_SPL_ENTRY_H #define DCPOMATIC_SPL_ENTRY_H + #include #include + namespace xmlpp { class Element; } class Content; + class SPLEntry { public: - SPLEntry (std::shared_ptr content); + SPLEntry (std::shared_ptr c); void as_xml (xmlpp::Element* e); @@ -50,4 +54,5 @@ private: void construct (std::shared_ptr content); }; + #endif