aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opal_opl3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chips/opal_opl3.cpp')
-rw-r--r--src/chips/opal_opl3.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chips/opal_opl3.cpp b/src/chips/opal_opl3.cpp
index 4e8e3d3..f2a377c 100644
--- a/src/chips/opal_opl3.cpp
+++ b/src/chips/opal_opl3.cpp
@@ -20,14 +20,13 @@
#include "opal_opl3.h"
#include "opal/opal.h"
-#include <new>
#include <cstring>
OpalOPL3::OpalOPL3() :
OPLChipBaseT()
{
m_chip = new Opal;
- setRate(m_rate);
+ OpalOPL3::setRate(m_rate);
}
OpalOPL3::~OpalOPL3()