Missing variable initialization.

This commit is contained in:
Ulrich Germann 2015-10-24 02:43:13 +01:00
parent 6e36500fdc
commit eeff4fddc8

View File

@ -297,7 +297,7 @@ void ChartHypothesis::SetWinningHypo(const ChartHypothesis *hypo)
size_t ChartHypothesis::hash() const
{
size_t seed;
size_t seed = 0;
// states
for (size_t i = 0; i < m_ffStates.size(); ++i) {