Mercurial > hg > octave-nkf
diff liboctave/Range.h @ 3504:5eef8a2294bd
[project @ 2000-02-01 10:06:51 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 10:07:26 +0000 |
parents | d14c483b3c12 |
children | 6e86256e9c54 |
line wrap: on
line diff
--- a/liboctave/Range.h +++ b/liboctave/Range.h @@ -69,8 +69,8 @@ void set_limit (double l) { rng_limit = l; } void set_inc (double i) { rng_inc = i; } - friend ostream& operator << (ostream& os, const Range& r); - friend istream& operator >> (istream& is, Range& r); + friend std::ostream& operator << (std::ostream& os, const Range& r); + friend std::istream& operator >> (std::istream& is, Range& r); void print_range (void);