diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-01 11:14:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-01 11:14:27 +0200 |
commit | 3cd5294d8a337ee5cd2ec894c9fbe04ad3a7690d (patch) | |
tree | da57ce74189de9bfb27e1a747063c37cd62de501 /dvbplayer.h | |
parent | 8a7bc6a0bbf60cae8b6391a630880aad5cba3363 (diff) | |
download | vdr-3cd5294d8a337ee5cd2ec894c9fbe04ad3a7690d.tar.gz vdr-3cd5294d8a337ee5cd2ec894c9fbe04ad3a7690d.tar.bz2 |
Implemented strict locking of global lists
Diffstat (limited to 'dvbplayer.h')
-rw-r--r-- | dvbplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbplayer.h b/dvbplayer.h index 7094454d..ef6f1fce 100644 --- a/dvbplayer.h +++ b/dvbplayer.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbplayer.h 3.2 2015/02/06 12:27:39 kls Exp $ + * $Id: dvbplayer.h 4.1 2015/08/02 13:01:44 kls Exp $ */ #ifndef __DVBPLAYER_H @@ -26,7 +26,7 @@ public: // file of the recording is long enough to allow the player to display // the first frame in still picture mode. virtual ~cDvbPlayerControl(); - void SetMarks(cMarks *Marks); + void SetMarks(const cMarks *Marks); bool Active(void); void Stop(void); // Stops the current replay session (if any). |