summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media_player.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/media_player.h b/media_player.h
index c58fa223..fcb466ad 100644
--- a/media_player.h
+++ b/media_player.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: media_player.h,v 1.4 2006-08-19 14:22:14 phintuka Exp $
+ * $Id: media_player.h,v 1.5 2006-09-06 15:30:42 phintuka Exp $
*
*/
@@ -20,6 +20,8 @@
class cXinelibPlayer;
class cSkinDisplayReplay;
+class cPlaylistMenu;
+
class cXinelibPlayerControl : public cControl
{
private:
@@ -30,6 +32,7 @@ class cXinelibPlayerControl : public cControl
protected:
cSkinDisplayReplay *m_DisplayReplay;
+ cPlaylistMenu *m_PlaylistMenu;
int m_Speed;
bool m_ShowModeOnly;