From 3b3df333974f337fcb506f37a06ea0e89c14b4b0 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 17 Mar 2017 01:51:54 -0500 Subject: -fixed type init --- inc/dna.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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); -- cgit v1.2.3