summaryrefslogtreecommitdiff
path: root/src/time/timo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/timo.h')
-rw-r--r--src/time/timo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/timo.h b/src/time/timo.h
index ad4012e..6fd0a19 100644
--- a/src/time/timo.h
+++ b/src/time/timo.h
@@ -40,7 +40,7 @@ public:
~timo( );
double get_last_activity();
- virtual void renew_timeout();
+ void renew_timeout();
};
#endif