summaryrefslogtreecommitdiff
path: root/ui/SyncDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/SyncDialog.h')
-rw-r--r--ui/SyncDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/SyncDialog.h b/ui/SyncDialog.h
index a743279a..23d8ce5b 100644
--- a/ui/SyncDialog.h
+++ b/ui/SyncDialog.h
@@ -1,7 +1,7 @@
#ifndef SYNCDIALOG_H_INCLUDED
#define SYNCDIALOG_H_INCLUDED
-#include "MainDialog.h"
+#include "mainDialog.h"
class MainDialog;
@@ -31,6 +31,7 @@ private:
void OnStartSync(wxCommandEvent& event);
void OnClose(wxCloseEvent& event);
void OnBack(wxCommandEvent& event);
+ void OnCancel(wxCommandEvent& event);
void OnSelectRecycleBin(wxCommandEvent& event);
bgstack15