diff options
Diffstat (limited to 'week10/Exercise10/ShowableString.h')
| -rw-r--r-- | week10/Exercise10/ShowableString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/week10/Exercise10/ShowableString.h b/week10/Exercise10/ShowableString.h index ff46f6c..6bf02e6 100644 --- a/week10/Exercise10/ShowableString.h +++ b/week10/Exercise10/ShowableString.h @@ -5,5 +5,5 @@ class ShowableString : ModifiableString { public: friend std::ostream& operator<<(std::ostream& ostr, const ShowableString& str); - friend std::istream& operator>>(std::istream& istr, const ShowableString& str); + friend std::istream& operator>>(std::istream& istr, ShowableString& str); }; |
