From a4883fda9baf11393028aaea7f4e89b478413efc Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 3 May 2002 05:12:32 +0000 Subject: [PATCH] Replaced the eoParameterLoader parameter by an eoParser (used everywhere now) --- eo/tutorial/Templates/make_genotype_MyStruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/tutorial/Templates/make_genotype_MyStruct.h b/eo/tutorial/Templates/make_genotype_MyStruct.h index a5194f9b0..9892583b4 100644 --- a/eo/tutorial/Templates/make_genotype_MyStruct.h +++ b/eo/tutorial/Templates/make_genotype_MyStruct.h @@ -55,7 +55,7 @@ */ template -eoInit & do_make_genotype(eoParameterLoader& _parser, eoState& _state, EOT) +eoInit & do_make_genotype(eoParser& _parser, eoState& _state, EOT) { // read any useful parameter here from the parser // the param itself will belong to the parser (as far as memory is concerned)