Commit 2f9831c0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed useless friend specifier from String

parent 1e8cc4b7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -263,8 +263,6 @@ class String
      /// expression based on the success in reading the line.
      bool getLine( std::istream& stream );

      friend std::ostream& operator<<( std::ostream& stream, const String& str );

   protected:
      
      /// \brief Pointer to char ended with zero byte.