X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_mono_picture_asset.h;h=9f1335beeb73f8243358ac12145e8faffeb6f503;hb=488e3d1bd5e6b17d49f6db4df14c64f4b64db89b;hp=c996c762c9a71435435161e7ee55971d6eb6f165;hpb=d39880eef211a296fa8ef4712cdef5945d08527c;p=libdcp.git diff --git a/src/reel_mono_picture_asset.h b/src/reel_mono_picture_asset.h index c996c762..9f1335be 100644 --- a/src/reel_mono_picture_asset.h +++ b/src/reel_mono_picture_asset.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2019 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This file is part of libdcp. @@ -31,22 +31,28 @@ files in the program, then also delete it here. */ + /** @file src/reel_mono_picture_asset.h - * @brief ReelMonoPictureAsset class. + * @brief ReelMonoPictureAsset class */ + #ifndef LIBDCP_REEL_MONO_PICTURE_ASSET_H #define LIBDCP_REEL_MONO_PICTURE_ASSET_H + #include "reel_picture_asset.h" #include "mono_picture_asset.h" + namespace dcp { + class MonoPictureAsset; + /** @class ReelMonoPictureAsset - * @brief Part of a Reel's description which refers to a monoscopic picture asset. + * @brief Part of a Reel's description which refers to a monoscopic picture asset */ class ReelMonoPictureAsset : public ReelPictureAsset { @@ -68,6 +74,8 @@ private: std::string cpl_node_name (Standard standard) const; }; + } + #endif