diff options
author | ace20022 <ace20022@ymail.com> | 2013-03-02 16:35:42 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2013-03-02 16:35:42 +0100 |
commit | c03ed1b86addeaeef7a1a3122e26b0444e3cebbf (patch) | |
tree | c05c3909a2f7031ddb938bf662540a136b591235 | |
parent | 88c36fe91200eec9e2bb00269d8338ec84f82e74 (diff) |
Fix build after 87047e93e02375851505e9d6c420dd1225996bdb
-rw-r--r-- | xbmc/cores/omxplayer/OMXPlayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/omxplayer/OMXPlayer.cpp b/xbmc/cores/omxplayer/OMXPlayer.cpp index bd4a32b6ad..3d93a63fb4 100644 --- a/xbmc/cores/omxplayer/OMXPlayer.cpp +++ b/xbmc/cores/omxplayer/OMXPlayer.cpp @@ -2690,7 +2690,7 @@ int COMXPlayer::GetSubtitle() return m_SelectionStreams.IndexOf(STREAM_SUBTITLE, *this); } -void COMXPlayer::GetSubtitleStreamInfo(int index, SPlayerSubtitleStreamInfo &info); +void COMXPlayer::GetSubtitleStreamInfo(int index, SPlayerSubtitleStreamInfo &info) { if (index < 0 || index > (int) GetSubtitleCount() - 1) return; |