Update Personne.hpp

main
Joan PIERRON 3 years ago
parent ebf7012307
commit ef121c1075

@ -1,7 +1,7 @@
#ifndef PERSONNE_hpp #ifndef PERSONNE_hpp
#define PERSONNE_hpp #define PERSONNE_hpp
namespace reseau {
class Personne { class Personne {
const std::string nom ; const std::string nom ;
const std::string prenom ; const std::string prenom ;
@ -15,6 +15,7 @@ public:
void setNumTel(const std::string& numTel); void setNumTel(const std::string& numTel);
// ~Personne(); // ~Personne();
}; };
}
#endif #endif

Loading…
Cancel
Save