]> git.lyx.org Git - lyx.git/commitdiff
oh well
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 2 May 2002 14:12:44 +0000 (14:12 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 2 May 2002 14:12:44 +0000 (14:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4118 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/lyxstring.C

index 0987b05c989f7d811ba3d04584b9c1dd2d0c8eda..de8b6ba61322e9073d39647155b8f49953c76bba 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C: close to typo fix.
+
 2002-05-02  Herbert Voss  <voss@perce.de>
 
        * filetools.C: getline -> std::getline.
index 7fa00ca005f583ecc22c64ff50ff723ecc3cfcf0..c31fd08bde2d03098cb9151aeb569d498a18482e 100644 (file)
@@ -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;