util/SliceBuffer: re-add line which got lost in the last commit
This commit is contained in:
parent
1702e98fdf
commit
608d232373
|
@ -92,6 +92,7 @@ public:
|
||||||
|
|
||||||
n_initialized = 0;
|
n_initialized = 0;
|
||||||
buffer.Discard();
|
buffer.Discard();
|
||||||
|
available = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
|
|
Loading…
Reference in New Issue