diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-03 23:36:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-03 23:36:31 +0100 |
| commit | 36492186c9a968e861ac4fea9ea056b81ae40f9a (patch) | |
| tree | 0b2b50b25683ff59b55ea4e4984acbd4135759a6 /src/wx/normal_job_view.h | |
| parent | 268d0c2c16507e5210f5fd20bc76e5b258ea3511 (diff) | |
Fix crash on starting a job.
Diffstat (limited to 'src/wx/normal_job_view.h')
| -rw-r--r-- | src/wx/normal_job_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/normal_job_view.h b/src/wx/normal_job_view.h index 0339e5954..b9d6327a0 100644 --- a/src/wx/normal_job_view.h +++ b/src/wx/normal_job_view.h @@ -31,7 +31,7 @@ public: private: int insert_position () const; - void add_buttons (wxWindow* parent, wxSizer* sizer); + void finish_setup (wxWindow* parent, wxSizer* sizer); void pause_clicked (); void finished (); |
