mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix default for para 3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@191 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c94ad89d1d
commit
e8a888f4be
@ -1602,7 +1602,7 @@ ostream & operator<<(ostream & o, lyxstring const & s)
|
||||
}
|
||||
|
||||
istream & getline(istream & is, lyxstring & s,
|
||||
lyxstring::value_type delim = '\n')
|
||||
lyxstring::value_type delim)
|
||||
{
|
||||
// very bad solution
|
||||
char tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user