diff options
author | phintuka <phintuka> | 2007-05-14 19:04:13 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-05-14 19:04:13 +0000 |
commit | f9d6bee6ce5bb77247c29b82e2338f91ccdd3799 (patch) | |
tree | b81c71181ed7037417601946c76f4a378f2de621 | |
parent | 68d9af133b916ce940d5ec35b4127a3a9e92083a (diff) | |
download | xineliboutput-f9d6bee6ce5bb77247c29b82e2338f91ccdd3799.tar.gz xineliboutput-f9d6bee6ce5bb77247c29b82e2338f91ccdd3799.tar.bz2 |
No functional changes
-rw-r--r-- | media_player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media_player.h b/media_player.h index 8d5b2bf8..fb9efc37 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.10 2007-05-14 18:04:33 phintuka Exp $ + * $Id: media_player.h,v 1.11 2007-05-14 19:04:13 phintuka Exp $ * */ @@ -115,7 +115,7 @@ class cXinelibImagesControl : public cControl virtual eOSState ProcessKey(eKeys Key); static void Close(void); - static bool IsOpen(void) {return m_Player != NULL;}; + static bool IsOpen(void) { return m_Player != NULL; } }; #endif // __XINELIB_PLAYER_H |