Fixed compiler error introduced by last commit.
This commit is contained in:
parent
7ffffdfc16
commit
0fe2deafe5
|
@ -76,7 +76,7 @@
|
||||||
#define SETTINGS_INLINE_SUPPRESSIONS "Inline suppressions"
|
#define SETTINGS_INLINE_SUPPRESSIONS "Inline suppressions"
|
||||||
#define SETTINGS_INCONCLUSIVE_ERRORS "Inconclusive errors"
|
#define SETTINGS_INCONCLUSIVE_ERRORS "Inconclusive errors"
|
||||||
#define SETTINGS_MRU_PROJECTS "MRU Projects"
|
#define SETTINGS_MRU_PROJECTS "MRU Projects"
|
||||||
#define SETTINGS_DISPLAY_ERROR_ID "Show error Id"
|
#define SETTINGS_SHOW_ERROR_ID "Show error Id"
|
||||||
|
|
||||||
// The maximum value for the progress bar
|
// The maximum value for the progress bar
|
||||||
#define PROGRESS_MAX 1024.0
|
#define PROGRESS_MAX 1024.0
|
||||||
|
|
Loading…
Reference in New Issue