]> git.lyx.org Git - features.git/commit
msvc: Fix compilation of TexRow
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 19 Oct 2015 19:25:26 +0000 (21:25 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 19 Oct 2015 19:27:20 +0000 (21:27 +0200)
commit10d7f6d479b05cf101173a8ab036676482b7c251
treed5c8b384115a3c8ab8da490cc1f22a28b0a41a06
parentbe3e470068d29d01fc14a7240ac8b1d6b2ac8024
msvc: Fix compilation of TexRow

The problem was that "odocstringstream << (const char *) ptr" did not
compile using msvc.
src/TexRow.cpp