summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index d5fb9ef0..23afea56 100644
--- a/tools.h
+++ b/tools.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 1.88 2005/12/30 11:27:23 kls Exp $
+ * $Id: tools.h 1.89 2006/01/08 11:40:37 kls Exp $
*/
#ifndef __TOOLS_H
@@ -186,7 +186,7 @@ public:
bool Add(int FileHandle, bool Out);
bool Poll(int TimeoutMs = 0);
};
-
+
class cReadDir {
private:
DIR *directory;