fix Person
This commit is contained in:
parent
2839ef51cc
commit
cf246f24b7
|
|
@ -5,6 +5,8 @@
|
|||
class Person
|
||||
{
|
||||
public:
|
||||
Person();
|
||||
|
||||
std::string getName() const;
|
||||
unsigned int getAge() const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue