summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-03-20 15:15:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-03-20 15:15:42 +0100
commitf1494502a736ef07cd37786f63a9478d5ed89341 (patch)
tree819c24d779a2d38ba7926510f68773454927a7e0 /tools.c
parentf1c9ad7a5e9b080f6c8f02abb4705d593122f86f (diff)
downloadvdr-f1494502a736ef07cd37786f63a9478d5ed89341.tar.gz
vdr-f1494502a736ef07cd37786f63a9478d5ed89341.tar.bz2
All log entries regarding timers now contain a short description of the timer1.3.23
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.c b/tools.c
index aee71ecf..28ea2afc 100644
--- a/tools.c
+++ b/tools.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.c 1.90 2005/02/19 13:43:03 kls Exp $
+ * $Id: tools.c 1.91 2005/03/20 14:44:33 kls Exp $
*/
#include "tools.h"
@@ -896,7 +896,7 @@ void cListObject::Unlink(void)
next = prev = NULL;
}
-int cListObject::Index(void)
+int cListObject::Index(void) const
{
cListObject *p = prev;
int i = 0;