git-svn-id: svn://elaine/murooma/trunk@182 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-08-11 20:42:35 +00:00
parent d3c79f93f0
commit 3e6a1e5b07
6 changed files with 22 additions and 20 deletions

View file

@ -3,9 +3,8 @@
#include <iostream>
Chunk::Chunk(WireChunk* _wireChunk) : idx(0)
Chunk::Chunk(WireChunk* _wireChunk) : idx(0), wireChunk(_wireChunk)
{
wireChunk = new WireChunk(*_wireChunk);
}