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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/analyse_subtitles_job.h b/src/lib/analyse_subtitles_job.h
index ea425763f..bb6aa3f31 100644
--- a/src/lib/analyse_subtitles_job.h
+++ b/src/lib/analyse_subtitles_job.h
@@ -31,14 +31,14 @@ class Content;
class AnalyseSubtitlesJob : public Job
{
public:
- AnalyseSubtitlesJob (std::shared_ptr<const Film> film, std::shared_ptr<Content> content);
+ AnalyseSubtitlesJob(std::shared_ptr<const Film> film, std::shared_ptr<Content> content);
~AnalyseSubtitlesJob();
- std::string name () const override;
- std::string json_name () const override;
- void run () override;
+ std::string name() const override;
+ std::string json_name() const override;
+ void run() override;
- boost::filesystem::path path () const {
+ boost::filesystem::path path() const {
return _path;
}