Missing return value.

This commit is contained in:
Ulrich Germann 2015-04-29 20:06:08 +01:00
parent 315610c02a
commit 1c37f92d77

View File

@ -53,6 +53,7 @@ string bestShiftStruct::toString()
s << m_best_shift->toString() << endl;
s << m_best_align->toString() << endl;
// s << (*m_empty) << endl;
return s.str();
}
bool bestShiftStruct::getEmpty()
{