Another fix in DynamicFIFO
This commit is contained in:
parent
2a28114b49
commit
278053a342
@ -33,6 +33,7 @@ public:
|
||||
*/
|
||||
DynamicFIFO(const DynamicFIFO& other): FIFOBase<T>(other),
|
||||
fifoVector(other.maxCapacity) {
|
||||
this->fifoVector = other.fifoVector;
|
||||
this->setContainer(fifoVector.data());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user