fix compilation warning

This commit is contained in:
Jérémy Rosen 2007-08-10 18:03:59 +00:00
parent d5ceef27ad
commit 8194728a99

View file

@ -40,7 +40,7 @@ class xy_pred : public std::unary_function<gamemap::location const&, bool>
public:
virtual bool operator()(gamemap::location const&) = 0;
protected:
~xy_pred() {}
virtual ~xy_pred() {}
};
//function which, given a location, will find all tiles within 'radius' of that tile