mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 03:11:43 +02:00
buffers
git-svn-id: svn://elaine/murooma/trunk@182 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
d3c79f93f0
commit
3e6a1e5b07
6 changed files with 22 additions and 20 deletions
|
@ -3,9 +3,8 @@
|
|||
#include <iostream>
|
||||
|
||||
|
||||
Chunk::Chunk(WireChunk* _wireChunk) : idx(0)
|
||||
Chunk::Chunk(WireChunk* _wireChunk) : idx(0), wireChunk(_wireChunk)
|
||||
{
|
||||
wireChunk = new WireChunk(*_wireChunk);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue