summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_m2d_g_box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_m2d_g_box.h b/include/SSystem/SComponent/c_m2d_g_box.h
index 1a0bbda9..c58917a0 100644
--- a/include/SSystem/SComponent/c_m2d_g_box.h
+++ b/include/SSystem/SComponent/c_m2d_g_box.h
@@ -7,6 +7,8 @@ class cM2dGBox {
public:
cXy mP0, mP1;
+ virtual ~cM2dGBox() {}
+
void Set(cXy& pA, cXy& pB);
f32 GetLen(const cXy& pXy) const;
};