diff options
Diffstat (limited to 'src/ui/mainwindow.cpp')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index ec2ebbb1b..d9a45249d 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -212,7 +212,7 @@ void MainWindow::previous() void MainWindow::updateEQ() { - int b[10]; + double b[10]; for (int i=0; i<10; ++i) b[i] = m_equalizer->gain(i); m_core->setEQ(b, m_equalizer->preamp()); |
