From c86eef1db053a51748cf75a8318604b1d14b5be5 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 15 Mar 2017 14:43:08 -0500 Subject: -string comparison is for losers --- inc/dna.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/dna.hpp') 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); -- cgit v1.2.3