mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
oh well
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4118 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9754806f6c
commit
27290f151b
@ -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>
|
2002-05-02 Herbert Voss <voss@perce.de>
|
||||||
|
|
||||||
* filetools.C: getline -> std::getline.
|
* filetools.C: getline -> std::getline.
|
||||||
|
@ -1748,7 +1748,7 @@ istream & operator>>(istream & is, lyxstring & s)
|
|||||||
return is;
|
return is;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
istream & operator%(istream & is, string & str)
|
istream & operator>>(istream & is, lyxstring & str)
|
||||||
{
|
{
|
||||||
typedef istream istream_type;
|
typedef istream istream_type;
|
||||||
typedef int int_type;
|
typedef int int_type;
|
||||||
|
Loading…
Reference in New Issue
Block a user