rename cPlayback::isPlaying() => cPlayback::IsPlaying()

This commit is contained in:
martii
2014-01-12 14:13:14 +01:00
parent 950cb9323d
commit 908464559c
3 changed files with 3 additions and 3 deletions

View File

@@ -757,7 +757,7 @@ void cPlayback::RequestAbort() {
}
}
bool cPlayback::isPlaying() {
bool cPlayback::IsPlaying() {
if (player && player->playback)
return player->playback->isPlaying;
return false;