diff options
Diffstat (limited to 'libstdc++-v3/docs/html')
| -rw-r--r-- | libstdc++-v3/docs/html/27_io/howto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html index e60c6710606..a9a3bbe3824 100644 --- a/libstdc++-v3/docs/html/27_io/howto.html +++ b/libstdc++-v3/docs/html/27_io/howto.html @@ -596,7 +596,7 @@ class MyClass { .... - std::ifstream input_file; + std::ifstream& input_file; }; extern std::ostream& operator<< (std::ostream&, MyClass&); |

