summaryrefslogtreecommitdiff
path: root/inc/dna.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dna.hpp')
-rw-r--r--inc/dna.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dna.hpp b/inc/dna.hpp
index 11886e9..ff252a8 100644
--- a/inc/dna.hpp
+++ b/inc/dna.hpp
@@ -10,7 +10,7 @@ class DNA
{
public:
DNA(){};
- DNA(std::string s);
+ DNA(int type);
DNA combine(DNA D);