mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
5cedeb9f3f
commit
51f9ee6155
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user