X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle.h;h=285dd55bc4a1e931a3d3ab550bef2565c4dcdc55;hb=58c63c02bc26209f42f42bccbe4a587f9df6f05f;hp=66e7a3f25efc7ee85bf40d710f5f11e86efda9f0;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle.h b/src/lib/dcp_subtitle.h index 66e7a3f25..285dd55bc 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,20 +18,25 @@ */ + #ifndef DCPOMATIC_DCP_SUBTITLE_H #define DCPOMATIC_DCP_SUBTITLE_H -#include + #include +#include + namespace dcp { class SubtitleAsset; } + class DCPSubtitle { protected: - boost::shared_ptr load (boost::filesystem::path) const; + std::shared_ptr load (boost::filesystem::path) const; }; + #endif