summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-04-28 09:26:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-04-28 09:26:02 +0200
commitb6af7a9cf93cb1f1dd433328cc1d9b6b82447e74 (patch)
tree10ccae26764f0ad2c5701293c0a82f74f10a0372 /recording.h
parentd14adc1e68eb671fbf094f404307fae64c2d6ee6 (diff)
downloadvdr-b6af7a9cf93cb1f1dd433328cc1d9b6b82447e74.tar.gz
vdr-b6af7a9cf93cb1f1dd433328cc1d9b6b82447e74.tar.bz2
Added missing 'virtual'
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();