Replaced the eoParameterLoader parameter by an eoParser (used everywhere now)
This commit is contained in:
parent
ee5297a573
commit
a4883fda9b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
eoInit<EOT> & do_make_genotype(eoParameterLoader& _parser, eoState& _state, EOT)
|
eoInit<EOT> & do_make_genotype(eoParser& _parser, eoState& _state, EOT)
|
||||||
{
|
{
|
||||||
// read any useful parameter here from the parser
|
// read any useful parameter here from the parser
|
||||||
// the param itself will belong to the parser (as far as memory is concerned)
|
// the param itself will belong to the parser (as far as memory is concerned)
|
||||||
|
|
|
||||||
Reference in a new issue