summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/job_manager_view.h')
-rw-r--r--src/wx/job_manager_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h
index 7784c71ee..77114a97c 100644
--- a/src/wx/job_manager_view.h
+++ b/src/wx/job_manager_view.h
@@ -40,6 +40,8 @@ public:
private:
void job_added (boost::weak_ptr<Job>);
void periodic ();
+ void replace ();
+ void job_list_changed ();
wxPanel* _panel;
wxFlexGridSizer* _table;