diff options
Diffstat (limited to 'src/lib/upload_job.h')
| -rw-r--r-- | src/lib/upload_job.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h index a3da164bf..87beec1ad 100644 --- a/src/lib/upload_job.h +++ b/src/lib/upload_job.h @@ -30,16 +30,16 @@ class UploadJob : public Job { public: - explicit UploadJob (std::shared_ptr<const Film>); - ~UploadJob (); + explicit UploadJob(std::shared_ptr<const Film>); + ~UploadJob(); - std::string name () const override; - std::string json_name () const override; - void run () override; - std::string status () const override; + std::string name() const override; + std::string json_name() const override; + void run() override; + std::string status() const override; private: - void set_status (std::string); + void set_status(std::string); mutable boost::mutex _status_mutex; std::string _status; |
