diff options
Diffstat (limited to 'src/lib/job_manager.h')
| -rw-r--r-- | src/lib/job_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/job_manager.h b/src/lib/job_manager.h index d1d33cfc2..8b79fd67d 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -41,6 +41,7 @@ public: void add_after (boost::shared_ptr<Job> after, boost::shared_ptr<Job> j); std::list<boost::shared_ptr<Job> > get () const; bool work_to_do () const; + bool errors () const; static JobManager* instance (); |
