mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
Made Mixer to subclass from Common::NonCopyable.
svn-id: r49497
This commit is contained in:
parent
8f5e39079c
commit
b5a8fdc974
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user