]> git.lyx.org Git - features.git/commit
insets/InsetLine.cpp: use std::abs
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 26 Oct 2012 08:56:53 +0000 (10:56 +0200)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 26 Oct 2012 23:25:39 +0000 (01:25 +0200)
commitbc51243587e198e8d64b2bf686516d197bdccf0d
tree5847985fce917c9b23fc35960079ece3bd367f3f
parentd52c9fda348a9fb830f5dfa7815787587e3e5877
insets/InsetLine.cpp: use std::abs

Use std::abs in stead of std::max(v, -v).
src/insets/InsetLine.cpp