diff --git a/elephant/spade_src/include/FPGrowth.h b/elephant/spade_src/include/FPGrowth.h index f9f89a314..352658cf5 100644 --- a/elephant/spade_src/include/FPGrowth.h +++ b/elephant/spade_src/include/FPGrowth.h @@ -195,7 +195,7 @@ class FPGrowth // TODO: Try to fully remove RefPairs std::vector fF; - for (const RefPair& p : F) + for (const RefPair p : F) { #ifdef DEBUG LOG_DEBUG << (char)p.first << ":" << p.second->support << std::endl;