X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle.h;h=2011759aa13082ab7e39485e03638d08bfb155e4;hb=924f4edb20d14bc697956254951fb87513cf2e19;hp=9cd0685aadbddd01b834d2e10550feb69b6d41ab;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle.h b/src/lib/dcp_subtitle.h index 9cd0685aa..2011759aa 100644 --- a/src/lib/dcp_subtitle.h +++ b/src/lib/dcp_subtitle.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,19 +18,24 @@ */ + #ifndef DCPOMATIC_DCP_SUBTITLE_H #define DCPOMATIC_DCP_SUBTITLE_H + #include + namespace dcp { class SubtitleAsset; } + class DCPSubtitle { protected: std::shared_ptr load (boost::filesystem::path) const; }; + #endif