diff options
Diffstat (limited to 'src/FbTk/Timer.hh')
-rw-r--r-- | src/FbTk/Timer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh index 961d4d7..5949b73 100644 --- a/src/FbTk/Timer.hh +++ b/src/FbTk/Timer.hh | |||
@@ -59,7 +59,7 @@ public: | |||
59 | 59 | ||
60 | inline void fireOnce(bool once) { m_once = once; } | 60 | inline void fireOnce(bool once) { m_once = once; } |
61 | /// set timeout | 61 | /// set timeout |
62 | void setTimeout(long val); | 62 | void setTimeout(time_t val); |
63 | /// set timeout | 63 | /// set timeout |
64 | void setTimeout(timeval val); | 64 | void setTimeout(timeval val); |
65 | void setCommand(RefCount<Command> &cmd); | 65 | void setCommand(RefCount<Command> &cmd); |