--- a/src/basics.cc Thu Apr 10 13:58:06 2014 +0300 +++ b/src/basics.cc Mon Apr 14 16:00:36 2014 +0300 @@ -102,7 +102,7 @@ // bool Vertex::operator!= (const Vertex& other) const { - return !operator== (other); + return not operator== (other); } // ============================================================================= @@ -291,7 +291,7 @@ { reset(); - if (!getCurrentDocument()) + if (not getCurrentDocument()) return; for (LDObject* obj : getCurrentDocument()->objects())