Commit ea05ccb4 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Fix bug with move semantic

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@ public:
* the indice stack
* \throw std::runtime_error if indices is empty
*/
IndicesStackFunctor(std::vector<IndiceType*> indices)
IndicesStackFunctor(const std::vector<IndiceType*> & indices)
: m_Indices(std::move(indices))
{
if(indices.empty())
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment