src/basics.cc

changeset 662
2f1bd9112408
parent 655
b376645315ab
child 714
b4a990f59a5e
--- 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())

mercurial