Removed useless semicolon

This commit is contained in:
Mael Rouxel-Labbé 2017-04-12 15:05:21 +02:00
parent 67a80fe4ec
commit ea67407e10
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ protected:
}
/// Get mirror facet
Facet mirror_facet(const Facet& f) const { return r_tr_.mirror_facet(f); };
Facet mirror_facet(const Facet& f) const { return r_tr_.mirror_facet(f); }
/// for debugging
std::string display_dual(Facet f) const