C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / active_text.h
index b54957b3ff270da744b6f6e29e4bb4a722f63277..d5ce4cb0759895d2b235a9e205c9a8a264e14767 100644 (file)
 
 */
 
+
 /** @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.
  */