Hush compiler warnings.

This commit is contained in:
casey 2016-06-01 00:15:42 -07:00
parent 4fe8f1fe10
commit 76445b658f

View File

@ -292,7 +292,7 @@ void Transport::OnPlaybackFinished(Player* player) {
if (!startedNext) {
stopped =
!this->active.size() ||
this->active.size() == 1 && this->active.front() == player;
(this->active.size() == 1 && this->active.front() == player);
}
}