Add AudioMapping::take_from().
[dcpomatic.git] / src / lib / analyse_subtitles_job.h
index daaaf267a6b9a346fe0b04a2d16e27120eac667d..c47117c5774835d8056205d08df83077547dc141 100644 (file)
@@ -20,8 +20,8 @@
 
 
 #include "job.h"
-#include "types.h"
 #include "player_text.h"
+#include "text_type.h"
 
 
 class Film;
@@ -42,7 +42,7 @@ public:
        }
 
 private:
-       void analyse (PlayerText text, TextType type);
+       void analyse(PlayerText const& text, TextType type);
 
        std::weak_ptr<Content> _content;
        boost::filesystem::path _path;