mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Style.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36398 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
44d0829586
commit
ff79d11bb7
@ -107,7 +107,7 @@ WriteStream & operator<<(WriteStream & ws, docstring const & s)
|
||||
}
|
||||
ws.os() << s.substr(first);
|
||||
int lf = 0;
|
||||
char_type lastchar(0);
|
||||
char_type lastchar = 0;
|
||||
docstring::const_iterator dit = s.begin() + first;
|
||||
docstring::const_iterator end = s.end();
|
||||
for (; dit != end; ++dit) {
|
||||
|
Loading…
Reference in New Issue
Block a user