Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 111a24b0 authored by David Parsons's avatar David Parsons
Browse files

protect Dna_7 dtor

parent 42cf49a4
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@ class Dna_7 {
friend class DnaFactory;
protected:
Dna_7(int length);
public:
~Dna_7();
public:
void set_indiv(Dna_7* dna, Individual_7* indiv);
void set_indiv(Individual_7* indiv);
void set_indiv(Dna* dna);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment