diff options
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index cdcba3430..093c396eb 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -29,13 +29,13 @@ class ExamineContentJob : public Job { public: ExamineContentJob(std::shared_ptr<const Film> film, std::shared_ptr<Content> content, bool tolerant); - ~ExamineContentJob (); + ~ExamineContentJob(); - 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; - std::shared_ptr<Content> content () const { + std::shared_ptr<Content> content() const { return _content; } |
