From cfda86ba66d9df2efb5db8dcc7514b1748c65ce7 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 14 Feb 2013 14:43:03 -0500 Subject: [PATCH] Updated ISpatialPartition. --- public/ispatialpartition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/ispatialpartition.h b/public/ispatialpartition.h index cc783c55..97e7806a 100644 --- a/public/ispatialpartition.h +++ b/public/ispatialpartition.h @@ -110,6 +110,8 @@ enum abstract_class ISpatialPartition { public: + virtual ~ISpatialPartition() {} + // Create/destroy a handle for this dude in our system. Destroy // will also remove it from all lists it happens to be in virtual SpatialPartitionHandle_t CreateHandle( IHandleEntity *pHandleEntity ) = 0;