diff options
Diffstat (limited to 'src/lib/check_content_change_job.h')
| -rw-r--r-- | src/lib/check_content_change_job.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/check_content_change_job.h b/src/lib/check_content_change_job.h index da9c5cb20..5d0af6881 100644 --- a/src/lib/check_content_change_job.h +++ b/src/lib/check_content_change_job.h @@ -27,7 +27,7 @@ class CheckContentChangeJob : public Job { public: - CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>()); + CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>(), bool gui = false); std::string name () const; std::string json_name () const; @@ -35,4 +35,5 @@ public: private: boost::shared_ptr<Job> _following; + bool _gui; }; |
