Add virtual destructor to dtQueryFilter
This commit is contained in:
parent
89233e807d
commit
943bf35d32
@ -41,6 +41,10 @@ class dtQueryFilter
|
|||||||
public:
|
public:
|
||||||
dtQueryFilter();
|
dtQueryFilter();
|
||||||
|
|
||||||
|
#ifdef DT_VIRTUAL_QUERYFILTER
|
||||||
|
virtual ~dtQueryFilter() { }
|
||||||
|
#endif
|
||||||
|
|
||||||
/// Returns true if the polygon can be visited. (I.e. Is traversable.)
|
/// Returns true if the polygon can be visited. (I.e. Is traversable.)
|
||||||
/// @param[in] ref The reference id of the polygon test.
|
/// @param[in] ref The reference id of the polygon test.
|
||||||
/// @param[in] tile The tile containing the polygon.
|
/// @param[in] tile The tile containing the polygon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user