Update Personne.hpp

main
Joan PIERRON 3 years ago
parent 67affd7c9b
commit 6adddf5f7d

@ -3,7 +3,7 @@
namespace reseau { namespace reseau {
class Personne { class Personne {
std::string prenom ; std::string prenom;
public: public:
Personne(const std::string& prenom); Personne(const std::string& prenom);
// Personne(); // Personne();

Loading…
Cancel
Save