fifo fix
This commit is contained in:
parent
26cbcdbff0
commit
e085deb235
@ -25,6 +25,7 @@ public:
|
||||
* @param other
|
||||
*/
|
||||
FIFO(const FIFO& other): FIFOBase<T>(other) {
|
||||
this->fifoArray = other.fifoArray;
|
||||
this->setContainer(fifoArray.data());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user