Removed the const in method eoInit<AtomType> & atomInit()

This commit is contained in:
evomarc 2002-02-08 07:47:03 +00:00
commit 448a5189fd

View file

@ -137,7 +137,7 @@ typedef typename EOT::AtomType AtomType;
}
// accessor to the atom initializer (needed by operator constructs sometimes)
const eoInit<AtomType> & atomInit() {return init;}
eoInit<AtomType> & atomInit() {return init;}
private :
unsigned offset;