Made Mixer to subclass from Common::NonCopyable.

svn-id: r49497
This commit is contained in:
Alejandro Marzini 2010-06-08 01:07:10 +00:00
parent 8f5e39079c
commit b5a8fdc974

View File

@ -28,6 +28,7 @@
#include "common/types.h"
#include "common/mutex.h"
#include "common/noncopyable.h"
#include "sound/timestamp.h"
@ -61,7 +62,7 @@ public:
* The main audio mixer handles mixing of an arbitrary number of
* audio streams (in the form of AudioStream instances).
*/
class Mixer {
class Mixer : Common::NonCopyable {
public:
enum SoundType {
kPlainSoundType = 0,