summaryrefslogtreecommitdiff
path: root/src/dyetool/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-09 21:41:40 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-09 21:41:40 +0300
commit76ac55355e78bfa42474a898202a51d20f0f7f73 (patch)
tree9cccde9298e6d35a489896afd2898b57eb8ca99a /src/dyetool/client.h
parent97943710d847ddb2b52099330f1961bda127e37b (diff)
downloadplus-76ac55355e78bfa42474a898202a51d20f0f7f73.tar.gz
plus-76ac55355e78bfa42474a898202a51d20f0f7f73.tar.bz2
plus-76ac55355e78bfa42474a898202a51d20f0f7f73.tar.xz
plus-76ac55355e78bfa42474a898202a51d20f0f7f73.zip
Fix wrong type usage. int -> time_t.
Diffstat (limited to 'src/dyetool/client.h')
-rw-r--r--src/dyetool/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.h b/src/dyetool/client.h
index 39afce267..4c8c2c3bd 100644
--- a/src/dyetool/client.h
+++ b/src/dyetool/client.h
@@ -36,7 +36,7 @@ class Window;
extern bool isSafeMode;
extern int serverVersion;
extern unsigned int tmwServerVersion;
-extern int start_time;
+extern time_t start_time;
extern int textures_count;
extern std::string errorMessage;