diff options
| author | phintuka <phintuka> | 2010-12-09 12:19:25 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2010-12-09 12:19:25 +0000 |
| commit | 871188f3bdcb8df42fd85a3356caff7abf897edc (patch) | |
| tree | de7878d5c53bd3267fe666c9d4fec2c1907ed3ec | |
| parent | 9d9de5fe7445a74f149f3ad6537802bfb0d26e60 (diff) | |
| download | xineliboutput-871188f3bdcb8df42fd85a3356caff7abf897edc.tar.gz xineliboutput-871188f3bdcb8df42fd85a3356caff7abf897edc.tar.bz2 | |
Store cDvdMenu pointer in cOsdMenu*
| -rw-r--r-- | media_player.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media_player.h b/media_player.h index bd143b1d..e71ca701 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.18 2010-12-09 11:57:37 phintuka Exp $ + * $Id: media_player.h,v 1.19 2010-12-09 12:19:25 phintuka Exp $ * */ @@ -67,11 +67,10 @@ class cXinelibPlayerControl : public cControl // --- DVD player ----------------------------------------------------------- -class cDvdMenu; class cXinelibDvdPlayerControl : public cXinelibPlayerControl { private: - cDvdMenu *m_DvdMenu; + cOsdMenu *m_DvdMenu; void CloseDvdMenu(void); |
