From 27290f151b160dd4763a41976af3451755cd03cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Thu, 2 May 2002 14:12:44 +0000 Subject: [PATCH] oh well git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4118 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ src/support/lyxstring.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 0987b05c98..de8b6ba613 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2002-05-02 Lars Gullik Bjønnes + + * lyxstring.C: close to typo fix. + 2002-05-02 Herbert Voss * filetools.C: getline -> std::getline. diff --git a/src/support/lyxstring.C b/src/support/lyxstring.C index 7fa00ca005..c31fd08bde 100644 --- a/src/support/lyxstring.C +++ b/src/support/lyxstring.C @@ -1748,7 +1748,7 @@ istream & operator>>(istream & is, lyxstring & s) return is; } #else -istream & operator%(istream & is, string & str) +istream & operator>>(istream & is, lyxstring & str) { typedef istream istream_type; typedef int int_type; -- 2.39.2