diff options
Diffstat (limited to 'vdr_player.h')
| -rw-r--r-- | vdr_player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr_player.h b/vdr_player.h index d39d9d8..2c73771 100644 --- a/vdr_player.h +++ b/vdr_player.h @@ -40,8 +40,8 @@ class mgPlayerControl : public cControl { private: - //! \brief the reference to the player , don't rename it see cControl - mgPCMPlayer *m_player; + //! \brief the reference to the player + mgPCMPlayer *player; //! \brief indicates, whether the osd should be visible bool m_visible; |
