Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 37eb0d2b authored by hhakim's avatar hhakim
Browse files

Fix issue #308 (GPU2 compilation error).

parent a1f2ba67
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ namespace Faust
template<typename FPP>
void TransformHelper<FPP,GPU2>::operator=(TransformHelper<FPP,GPU2>& th)
{
copy_state(th); // it copies the underlying Transform object too
this->copy_state(th); // it copies the underlying Transform object too
}
template<typename FPP>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment