Fixing compilation for me. There are still lots of "cast casts away constness" warnings, though

svn-id: r32809
This commit is contained in:
Sven Hesse 2008-06-26 19:56:18 +00:00
parent 7b30081be2
commit 41dfebc532

View File

@ -1090,10 +1090,10 @@ void Towns_EuphonyTrackQueue::initDriver() {
class TownsPC98_OpnOperator {
public:
TownsPC98_OpnOperator::TownsPC98_OpnOperator(double rate, uint8 id, const uint8 *rateTable,
TownsPC98_OpnOperator(double rate, uint8 id, const uint8 *rateTable,
const uint8 *shiftTable, const uint8 *attackDecayTable, const uint32 *frqTable,
const uint32 *sineTable, const int32 *tlevelOut, const int32 *detuneTable);
TownsPC98_OpnOperator::~TownsPC98_OpnOperator() {}
~TownsPC98_OpnOperator() {}
void keyOn();
void keyOff();