summaryrefslogtreecommitdiff
path: root/src/lib/active_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-03 00:04:31 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-03 23:25:19 +0200
commitd311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch)
treeab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/active_text.h
parent8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff)
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/active_text.h')
-rw-r--r--src/lib/active_text.h4
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.
*/