Ex4.3 feedback: declare global String operator+() in header file
This commit is contained in:
parent
ff96644889
commit
9ea32ed1c0
1 changed files with 2 additions and 0 deletions
|
@ -32,4 +32,6 @@ private:
|
|||
|
||||
} ;
|
||||
|
||||
String operator+( const String& lhs, const String& rhs );
|
||||
|
||||
#endif
|
||||
|
|
Reference in a new issue