fix Person

This commit is contained in:
Willy 2026-06-08 14:35:38 +02:00
parent 2839ef51cc
commit cf246f24b7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
class Person
{
public:
Person();
std::string getName() const;
unsigned int getAge() const;