1
0
Fork 0

Ex4.3 feedback: declare global String operator+() in header file

This commit is contained in:
Eric Teunis de Boone 2020-07-01 15:11:48 +02:00
parent ff96644889
commit 9ea32ed1c0
1 changed files with 2 additions and 0 deletions

View File

@ -32,4 +32,6 @@ private:
} ;
String operator+( const String& lhs, const String& rhs );
#endif