diff options
Diffstat (limited to 'src/statusbar_gui.h')
-rw-r--r-- | src/statusbar_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar_gui.h b/src/statusbar_gui.h index 2ec4e895a..7852c7803 100644 --- a/src/statusbar_gui.h +++ b/src/statusbar_gui.h @@ -12,6 +12,7 @@ #ifndef STATUSBAR_GUI_H #define STATUSBAR_GUI_H +/** What of the statusbar must be invalidated? */ enum StatusBarInvalidate { SBI_SAVELOAD_START, ///< started saving SBI_SAVELOAD_FINISH, ///< finished saving |