mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Revert this silly seekp thing.
Apologies for letting it slip in in the first place. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3456 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e1f75fc571
commit
bc654756fa
@ -348,10 +348,6 @@ string const LaTeXFeatures::getTClassPreamble() const
|
||||
}
|
||||
}
|
||||
|
||||
// DEC's implementation of ostringstream has a bug which can be
|
||||
// overcome with this forcing.
|
||||
tcpreamble.seekp(std::ios::beg);
|
||||
|
||||
return tcpreamble.str().c_str();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user