added missing virtual destructor
This commit is contained in:
@@ -91,6 +91,7 @@ class GIM_PRIMITIVE_MANAGER_PROTOTYPE
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
virtual ~GIM_PRIMITIVE_MANAGER_PROTOTYPE() {}
|
||||||
//! determines if this manager consist on only triangles, which special case will be optimized
|
//! determines if this manager consist on only triangles, which special case will be optimized
|
||||||
virtual bool is_trimesh() = 0;
|
virtual bool is_trimesh() = 0;
|
||||||
virtual GUINT get_primitive_count() = 0;
|
virtual GUINT get_primitive_count() = 0;
|
||||||
@@ -669,3 +670,5 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
#endif // GIM_BOXPRUNING_H_INCLUDED
|
#endif // GIM_BOXPRUNING_H_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user