X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_part.h;h=590be311289406c738b153423d5a6ab206a8d9e2;hb=182b9d2e2feb6545592868606aaf0f0146095481;hp=443c356b19ab45c883adc8d01e16417cd84fc72e;hpb=e0255a64d22440d718e5512f34a4f21f0d37a21b;p=dcpomatic.git diff --git a/src/lib/content_part.h b/src/lib/content_part.h index 443c356b1..590be3112 100644 --- a/src/lib/content_part.h +++ b/src/lib/content_part.h @@ -1,6 +1,5 @@ - /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -19,16 +18,20 @@ */ + #ifndef DCPOMATIC_CONTENT_PART_H #define DCPOMATIC_CONTENT_PART_H -#include "content.h" + #include "change_signaller.h" +#include "content.h" #include + class Content; class Film; + class ContentPart { public: @@ -71,4 +74,5 @@ protected: mutable boost::mutex _mutex; }; + #endif