summaryrefslogtreecommitdiff
path: root/ui/progress_indicator.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:21:59 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:21:59 +0200
commitd4af25c52a28b93484ffb55e0a8027bc4ce7856f (patch)
tree853d57468d6b370711e7a5dd2c3dc7d5bac81b10 /ui/progress_indicator.h
parent5.8 (diff)
downloadFreeFileSync-d4af25c52a28b93484ffb55e0a8027bc4ce7856f.tar.gz
FreeFileSync-d4af25c52a28b93484ffb55e0a8027bc4ce7856f.tar.bz2
FreeFileSync-d4af25c52a28b93484ffb55e0a8027bc4ce7856f.zip
5.9
Diffstat (limited to 'ui/progress_indicator.h')
-rw-r--r--ui/progress_indicator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/progress_indicator.h b/ui/progress_indicator.h
index 5628694f..b3d7ff2f 100644
--- a/ui/progress_indicator.h
+++ b/ui/progress_indicator.h
@@ -61,6 +61,7 @@ public:
{
RESULT_ABORTED,
RESULT_FINISHED_WITH_ERROR,
+ RESULT_FINISHED_WITH_WARNINGS,
RESULT_FINISHED_WITH_SUCCESS
};
//essential to call one of these two methods in StatusUpdater derived class destructor at the LATEST(!)
bgstack15