]> git.lyx.org Git - features.git/commit
Fixup multi-line comment to use block-comment
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 2 Feb 2012 00:25:13 +0000 (00:25 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 2 Feb 2012 00:25:13 +0000 (00:25 +0000)
commite770e958618854a42c79f5a2b70a35f0ca37fb5f
tree99aa9e49711de5e560933d378165f209e1c53436
parentbee28b13d8ab97744b3c311403998253fcc94fce
Fixup multi-line comment to use block-comment

The small ascii art in InsetMathCancel::draw has line continuation characters at
eol, this make consecutive lines be andled as one. The use of a block comment
instead of single line comments makes this less of a "problem." Also it removes
a warning with gcc 4.7.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40699 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathCancel.cpp