From 055338aa5c176b91f40f3fc4e99cb92fc3a32032 Mon Sep 17 00:00:00 2001 From: Honkazel <169346573+Honkazel@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:13:58 +0500 Subject: [PATCH] oopsie --- include/hyprutils/math/Vector2D.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hyprutils/math/Vector2D.hpp b/include/hyprutils/math/Vector2D.hpp index 1deae3a..9207394 100644 --- a/include/hyprutils/math/Vector2D.hpp +++ b/include/hyprutils/math/Vector2D.hpp @@ -11,7 +11,7 @@ namespace Hyprutils::Math { Vector2D(double, double); Vector2D(int, int); Vector2D() = default; - ~Vector2D(); + ~Vector2D() = default; double x = 0; double y = 0;