Skip to content

Commit

Permalink
Fixes a template instantiation problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Racz committed Apr 9, 2022
1 parent f40c92c commit 4422475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/Buffer.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ private:
*/
Buffer(Pool *pool)
: BufferBase(sizeof(Buffer<T>), pool)
, data_()
{
}

Expand Down

0 comments on commit 4422475

Please sign in to comment.