core: Properly std::move things around
This commit is contained in:
parent
06a0d86e9c
commit
3c6765e87c
8 changed files with 16 additions and 15 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
void EnableStretching(bool enable);
|
||||
|
||||
protected:
|
||||
void OutputFrame(StereoFrame16& frame);
|
||||
void OutputFrame(StereoFrame16 frame);
|
||||
void OutputSample(std::array<s16, 2> sample);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue