summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 10c8f67..3db88ff 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -99,12 +99,12 @@ class GUI : public QMainWindow
/**
* Indicates if the program has been initialized.
*/
- bool ready;
+ bool ready = false;
/**
* The current number of cache levels.
*/
- int curr_cache_levels;
+ int curr_cache_levels = 0;
/**
* The list of storage displays.