aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/ApplicationPlayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/ApplicationPlayer.h b/xbmc/ApplicationPlayer.h
index 1d940877cf..8f6f66e4bb 100644
--- a/xbmc/ApplicationPlayer.h
+++ b/xbmc/ApplicationPlayer.h
@@ -123,7 +123,8 @@ public:
bool IsPassthrough() const;
bool IsPlaying() const;
bool IsPlayingAudio() const;
- bool IsPlayingVideo() const; bool IsRecording() const;
+ bool IsPlayingVideo() const;
+ bool IsRecording() const;
void LoadPage(int p, int sp, unsigned char* buffer);
bool OnAction(const CAction &action);
void OnNothingToQueueNotify();