MSVC compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30082 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-06-12 21:26:28 +00:00
parent 5cedeb9f3f
commit 51f9ee6155

View File

@ -233,6 +233,7 @@ docstring InsetWrap::xhtml(odocstream &, OutputParams const & rp) const
docstring const deferred = InsetText::xhtml(os, rp);
retval += os.str() + from_ascii("</div>");
retval += deferred;
return retval;
}