X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle.h;h=9d6076f8284be813bcb20ac08f5c3577e9a5bfce;hb=765f90586c498860aa687e2b0cd6cedf1e0b1bf0;hp=e15acca44ea95a3743dbf80312e4884134812c7a;hpb=8af00f5e0862c18e8c7b5f9ac0ea95a5d6ad696c;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle.h b/src/lib/dcp_subtitle.h index e15acca44..9d6076f82 100644 --- a/src/lib/dcp_subtitle.h +++ b/src/lib/dcp_subtitle.h @@ -17,20 +17,20 @@ */ -#ifndef DCPOMATIC_SRC_LIB_DCP_SUBTITLE_H -#define DCPOMATIC_SRC_LIB_DCP_SUBTITLE_H +#ifndef DCPOMATIC_DCP_SUBTITLE_H +#define DCPOMATIC_DCP_SUBTITLE_H #include #include namespace dcp { - class SubtitleContent; + class SubtitleAsset; } class DCPSubtitle { protected: - boost::shared_ptr load (boost::filesystem::path) const; + boost::shared_ptr load (boost::filesystem::path) const; }; #endif