aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/vector2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/vector2.hpp')
-rw-r--r--src/interfaces/vector2.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/vector2.hpp b/src/interfaces/vector2.hpp
index a58686f..569dc30 100644
--- a/src/interfaces/vector2.hpp
+++ b/src/interfaces/vector2.hpp
@@ -6,6 +6,8 @@
class IVector2
{
public:
+ virtual ~IVector2() = default;
+
/**
* Returns the X coordinate.
*/