X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fempty.h;h=145b84091a91520a026228e87d274d8aee2825e1;hb=6cac49dc50dae6b173135df101d532f20031ca70;hp=443d3322b8290360117c4ab98f48c62e14d0265b;hpb=a632e34e3c9ca94574fcab1b3006227ed2833766;p=dcpomatic.git diff --git a/src/lib/empty.h b/src/lib/empty.h index 443d3322b..145b84091 100644 --- a/src/lib/empty.h +++ b/src/lib/empty.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,25 +18,29 @@ */ + #ifndef DCPOMATIC_EMPTY_H #define DCPOMATIC_EMPTY_H + #include "playlist.h" #include "dcpomatic_time.h" #include "content_part.h" #include + struct empty_test1; struct empty_test2; struct empty_test3; struct empty_test_with_overlapping_content; struct player_subframe_test; + class Empty { public: Empty () {} - Empty (std::shared_ptr film, std::shared_ptr playlist, boost::function)> part, dcpomatic::DCPTime length); + Empty (std::shared_ptr film, std::shared_ptr playlist, std::function)> part, dcpomatic::DCPTime length); dcpomatic::DCPTime position () const { return _position; @@ -59,4 +63,5 @@ private: dcpomatic::DCPTime _position; }; + #endif