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 /library/statusHandler.h | |
parent | 1.13 (diff) | |
download | FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.tar.gz FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.tar.bz2 FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.zip |
1.14
Diffstat (limited to 'library/statusHandler.h')
-rw-r--r-- | library/statusHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/statusHandler.h b/library/statusHandler.h index 70f8c2d8..4c12035d 100644 --- a/library/statusHandler.h +++ b/library/statusHandler.h @@ -2,7 +2,7 @@ #define STATUSHANDLER_H_INCLUDED #include <wx/string.h> -#include <wx/thread.h> + const int UI_UPDATE_INTERVAL = 100; //perform ui updates not more often than necessary, 100 seems to be a good value with only a minimal performance loss @@ -21,7 +21,7 @@ public: enum Response { - CONTINUE_NEXT = 10, + IGNORE_ERROR = 10, RETRY }; virtual Response reportError(const wxString& text) = 0; |