Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 136423fc authored by hhakim's avatar hhakim
Browse files

Minor fix in TransformHelper<FPP,GPU2>::pop_front.

parent a67daa58
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ namespace Faust
template<typename FPP>
void TransformHelper<FPP,GPU2>::pop_front()
{
return this->transform->pop_back();
return this->transform->pop_front();
}
template<typename FPP>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment