From 75cff007b4896eed49b758be0959668673ae1bf3 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 8 May 2024 10:07:57 +0300 Subject: [w10] Fixed mistakes in certain exercises --- week10/Exercise10/ShowableString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'week10/Exercise10/ShowableString.h') 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); }; -- cgit v1.2.3