diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
| commit | 92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e (patch) | |
| tree | b175db682422765468991702e8563bcd89713b70 /src/lib/active_text.h | |
| parent | 7392cb8383c9b857edad5f99eaf917ed70da237d (diff) | |
Tidying.
Diffstat (limited to 'src/lib/active_text.h')
| -rw-r--r-- | src/lib/active_text.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/active_text.h b/src/lib/active_text.h index b54957b3f..d5ce4cb07 100644 --- a/src/lib/active_text.h +++ b/src/lib/active_text.h @@ -18,18 +18,22 @@ */ + /** @file src/lib/active_captions.h * @brief ActiveText class. */ + #include "dcpomatic_time.h" #include "player_text.h" #include <boost/thread/mutex.hpp> #include <list> #include <map> + class TextContent; + /** @class ActiveText * @brief A class to maintain information on active subtitles for Player. */ |
