fix build: method needs to be pure virtual, otherwise needs to be defined.
Change-Id: I9dbdd29dc430fbf19a1d9cb8d44a1f9c6f624dbb
This commit is contained in:
parent
45bf8a6f0b
commit
b7ee39305b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public:
|
|||
int session,
|
||||
int id) = 0;
|
||||
virtual status_t unregisterEffect(int id) = 0;
|
||||
virtual status_t setEffectEnabled(int id, bool enabled);
|
||||
virtual status_t setEffectEnabled(int id, bool enabled) = 0;
|
||||
|
||||
virtual bool isStreamActive(int stream, uint32_t inPastMs = 0) const = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue