diff options
author | Tom Barrett <tombarrett@siu.edu> | 2017-03-17 01:51:54 -0500 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-03-17 01:51:54 -0500 |
commit | 3b3df333974f337fcb506f37a06ea0e89c14b4b0 (patch) | |
tree | a73b1e209c0cecce9161c26caace4298f4aafc48 /inc | |
parent | c86eef1db053a51748cf75a8318604b1d14b5be5 (diff) |
-fixed type init
Diffstat (limited to 'inc')
-rw-r--r-- | inc/dna.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dna.hpp b/inc/dna.hpp index ff252a8..8bd9ab2 100644 --- a/inc/dna.hpp +++ b/inc/dna.hpp @@ -10,7 +10,7 @@ class DNA { public: DNA(){}; - DNA(int type); + DNA(int t); DNA combine(DNA D); |