From 6995e71543ccbc28991fbb4e1ee854d0734f3b42 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 27 May 2020 12:13:08 +0200 Subject: [PATCH] Exchange implementation --- core-buffer/src/FastQueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-buffer/src/FastQueue.cpp b/core-buffer/src/FastQueue.cpp index c3f9daf..da679e4 100644 --- a/core-buffer/src/FastQueue.cpp +++ b/core-buffer/src/FastQueue.cpp @@ -104,6 +104,6 @@ void FastQueue::release() } template class FastQueue; -template class FastQueue; +template class FastQueue; template class FastQueue; template class FastQueue;