diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:55:48 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:55:48 +0200 |
commit | daea231de0ae28fc8343f29f09d0457cc0591461 (patch) | |
tree | a1d572442d2c903e40741a859ad47c8b0d740969 /ui/SmallDialogs.h | |
parent | 1.13 (diff) | |
download | FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.tar.gz FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.tar.bz2 FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.zip |
1.14
Diffstat (limited to 'ui/SmallDialogs.h')
-rw-r--r-- | ui/SmallDialogs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/SmallDialogs.h b/ui/SmallDialogs.h index c75a1b9a..06e6c407 100644 --- a/ui/SmallDialogs.h +++ b/ui/SmallDialogs.h @@ -2,6 +2,7 @@ #define SMALLDIALOGS_H_INCLUDED #include "../FreeFileSync.h" +#include "../library/statusHandler.h" #include "guiGenerated.h" #include <wx/stopwatch.h> @@ -74,7 +75,7 @@ private: class ErrorDlg : public ErrorDlgGenerated { public: - ErrorDlg(wxWindow* parentWindow, const wxString messageText, bool& ignoreNextErrors, int dummy); + ErrorDlg(wxWindow* parentWindow, const wxString messageText, bool& ignoreNextErrors); ~ErrorDlg(); enum |