[Scummvm-cvs-logs] SF.net SVN: scummvm: [32809] scummvm/trunk/engines/kyra/sound_towns.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Jun 26 21:56:18 CEST 2008


Revision: 32809
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32809&view=rev
Author:   drmccoy
Date:     2008-06-26 12:56:18 -0700 (Thu, 26 Jun 2008)

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

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_towns.cpp

Modified: scummvm/trunk/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_towns.cpp	2008-06-26 19:54:55 UTC (rev 32808)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp	2008-06-26 19:56:18 UTC (rev 32809)
@@ -1090,10 +1090,10 @@
 
 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();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list