--- a/common.h Sat Mar 16 03:42:04 2013 +0200 +++ b/common.h Sat Mar 16 13:08:24 2013 +0200 @@ -52,7 +52,7 @@ // ========================================================================= // Midpoint between this vertex and another vertex. vertex midpoint (vertex& other); - str getStringRep (); + str getStringRep (const bool bMangled); }; // =============================================================================