diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-22 21:14:37 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-22 21:14:37 -0500 |
| commit | 75453510e080978681ec5603e283c36638f155cc (patch) | |
| tree | 281130e519245a116b0066593e1f129c6f55ce41 /src/aosfxplayer.cpp | |
| parent | 392cefbee43c667ca21244f08f5d97814f282327 (diff) | |
Fix compile errors from merge
Diffstat (limited to 'src/aosfxplayer.cpp')
| -rw-r--r-- | src/aosfxplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aosfxplayer.cpp b/src/aosfxplayer.cpp index 6db6f375..607d605a 100644 --- a/src/aosfxplayer.cpp +++ b/src/aosfxplayer.cpp @@ -86,7 +86,7 @@ void AOSfxPlayer::set_volume(qreal p_value) set_volume_internal(m_volume); } -void AOSfxPlayer::set_volume(int p_value) +void AOSfxPlayer::set_volume_internal(qreal p_value) { float volume = static_cast<float>(p_value); for (int n_stream = 0; n_stream < m_channelmax; ++n_stream) { |
