summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 5360b13d..dca5ee3d 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 4.1 2015/04/11 12:01:59 kls Exp $
+ * $Id: recording.h 4.2 2015/04/28 09:26:02 kls Exp $
*/
#ifndef __RECORDING_H
@@ -227,7 +227,7 @@ private:
void Refresh(bool Foreground = false);
bool ScanVideoDir(const char *DirName, bool Foreground = false, int LinkLevel = 0, int DirLevel = 0);
protected:
- void Action(void);
+ virtual void Action(void);
public:
cRecordings(bool Deleted = false);
virtual ~cRecordings();