Update Personne.hpp

main
Joan PIERRON 3 years ago
parent ebf7012307
commit ef121c1075

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

Loading…
Cancel
Save