summaryrefslogtreecommitdiff
path: root/src/lib/analyse_subtitles_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/analyse_subtitles_job.h')
-rw-r--r--src/lib/analyse_subtitles_job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/analyse_subtitles_job.h b/src/lib/analyse_subtitles_job.h
index ef720ef09..c47117c57 100644
--- a/src/lib/analyse_subtitles_job.h
+++ b/src/lib/analyse_subtitles_job.h
@@ -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;