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:
Lars Gullik Bjønnes 1999-10-13 16:13:30 +00:00
parent c94ad89d1d
commit e8a888f4be

View File

@ -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;