]> git.lyx.org Git - features.git/commitdiff
fix default for para 3
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 13 Oct 1999 16:13:30 +0000 (16:13 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 13 Oct 1999 16:13:30 +0000 (16:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@191 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/lyxstring.C

index 7ce142daf3c1991e236256bd69b65a9b1c3ec1f1..e652321194e304b7882fdc04324e7e913e81c75b 100644 (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;