diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-19 21:35:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-19 21:35:46 +0200 |
| commit | 8d67ad2e74b6d2c88b52a397a2c2823254ec09fb (patch) | |
| tree | c5901380449dcd83ea8f5eaeafd775d8f40e6c29 /src/lib/frame_interval_checker.h | |
| parent | e08d1ce718493a869e429be3a6f811575f2c8dd1 (diff) | |
wip: black pieces; sad part is that Shuffler can't cope with content that doesn't start at the same time.2253-3d-empty
Diffstat (limited to 'src/lib/frame_interval_checker.h')
| -rw-r--r-- | src/lib/frame_interval_checker.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/frame_interval_checker.h b/src/lib/frame_interval_checker.h index e8f537c1a..8d8c6743e 100644 --- a/src/lib/frame_interval_checker.h +++ b/src/lib/frame_interval_checker.h @@ -19,6 +19,10 @@ */ +#ifndef DCPOMATIC_FRAME_INTERVAL_CHECKER_H +#define DCPOMATIC_FRAME_INTERVAL_CHECKER_H + + #include "dcpomatic_time.h" #include <boost/optional.hpp> #include <vector> @@ -53,3 +57,6 @@ private: static int const _frames; }; + +#endif + |
