On Sun, Sep 03, 2006 at 02:45:01PM +0200, Andre' Poenitz wrote:
> - virtual std::string const & getType() const;
> + virtual HullType getType() const;
> /// change type
> - virtual void mutate(std::string const &) {}
> + virtual void mutate(HullType &) {}
Grmpf.
This should, of course, be
virtual void mutate(HullType) {}
Andre'
