# | Line 6 | Line 6 | |
---|---|---|
6 | ||
7 | #include "Person.hpp" | |
8 | ||
9 | < | Person::Person(const string& sn) |
9 | > | Person::Person(const string& sn) : name("Douglas William Thrift") |
10 | { | |
11 | < | // |
11 | > | cerr << sn << '\n'; |
12 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |