summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 410891416..66ada43b2 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -345,7 +345,7 @@ void Gui::slowLogic()
if (windowContainer)
windowContainer->slowLogic();
- const int time = cur_time;
+ const time_t time = cur_time;
if (mTime != time)
{
logger->flush();