summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dvbsubtitle.h4
-rw-r--r--recording.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/dvbsubtitle.h b/dvbsubtitle.h
index f178b61c..4d326015 100644
--- a/dvbsubtitle.h
+++ b/dvbsubtitle.h
@@ -6,7 +6,7 @@
*
* Original author: Marco Schluessler <marco@lordzodiac.de>
*
- * $Id: dvbsubtitle.h 3.2 2015/01/14 10:01:48 kls Exp $
+ * $Id: dvbsubtitle.h 4.1 2015/04/28 09:25:57 kls Exp $
*/
#ifndef __DVBSUBTITLE_H
@@ -48,7 +48,7 @@ private:
public:
cDvbSubtitleConverter(void);
virtual ~cDvbSubtitleConverter();
- void Action(void);
+ virtual void Action(void);
void Reset(void);
void Freeze(bool Status) { frozen = Status; }
int ConvertFragments(const uchar *Data, int Length); // for legacy PES recordings
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();