Initialize nextraw_. The first character of the outputted html file was represented as an integer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32144 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-11-22 00:46:23 +00:00
parent f1dd63ec24
commit ab19ef36cc

View File

@ -123,7 +123,7 @@ docstring CompTag::asTag() const
////////////////////////////////////////////////////////////////
XHTMLStream::XHTMLStream(odocstream & os)
:os_(os)
: os_(os), nextraw_(false)
{}