diff options
author | Garrett Brown <garbearucla@gmail.com> | 2013-08-31 13:42:38 -0700 |
---|---|---|
committer | Garrett Brown <garbearucla@gmail.com> | 2013-08-31 13:42:38 -0700 |
commit | 2da9c97deaa0cbc3bfbbd9e8b0cf1d9dce48e63a (patch) | |
tree | 2f30c50efc13e2d8eddbdba65766efe689cbd9fc | |
parent | 2435cf3c37bbf3322ba95d63ddd4dde744591a7b (diff) |
[cosmetic] Fix two member function definitions on the same lineGotham_alpha7
-rw-r--r-- | xbmc/ApplicationPlayer.h | 3 |
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(); |