summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index c27d7e8a8..9d42fcd3c 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -529,7 +529,7 @@ class Gui final
FocusListenerList mFocusListeners;
Color mForegroundColor;
Color mForegroundColor2;
- int mTime;
+ time_t mTime;
bool mCustomCursor; /**< Show custom cursor */
bool mDoubleClick;
};