Added missing return statement

This commit is contained in:
Efi Fogel 2016-06-13 11:38:52 +03:00
parent a00c7ae050
commit 12e992a5f5
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ public:
it++;
}
}
return oi;
}
/*! \fn bool all_is_covered_twice()