fix compilation warning
This commit is contained in:
parent
d5ceef27ad
commit
8194728a99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue