fixup abstract class definition
This commit is contained in:
parent
0ad2743518
commit
8943d742a8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ struct map_location;
|
|||
class unit_filter_abstract_impl {
|
||||
public:
|
||||
virtual bool matches(const unit & u, const map_location & loc) const = 0;
|
||||
virtual ~unit_filter_abstract_impl() {}
|
||||
};
|
||||
|
||||
class unit_filter {
|
||||
|
|
Loading…
Add table
Reference in a new issue