added missing virtual destructor

This commit is contained in:
erwin.coumans
2010-02-13 22:06:33 +00:00
parent 8246330403
commit 510be411e6

View File

@@ -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