summaryrefslogtreecommitdiff
path: root/ui/batch_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/batch_config.h')
-rw-r--r--ui/batch_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/batch_config.h b/ui/batch_config.h
index cc4e014f..88d5e4eb 100644
--- a/ui/batch_config.h
+++ b/ui/batch_config.h
@@ -48,6 +48,7 @@ private:
void OnGlobalFilterOpenContext(wxCommandEvent& event);
void OnGlobalFilterRemConfirm(wxCommandEvent& event);
virtual void OnCheckSilent( wxCommandEvent& event);
+ virtual void OnChangeMaxLogCountTxt(wxCommandEvent& event);
virtual void OnClose( wxCloseEvent& event);
virtual void OnCancel( wxCommandEvent& event);
virtual void OnSaveBatchJob( wxCommandEvent& event);
@@ -64,7 +65,6 @@ private:
void updateGui(); //re-evaluate gui after config changes
- void updateVisibleTabs();
void showNotebookpage(wxWindow* page, const wxString& pageName, bool show);
//error handling
bgstack15