mirror of
https://github.com/hyprwm/hyprutils.git
synced 2026-01-08 04:50:12 +01:00
oopsie
This commit is contained in:
parent
1803f6fccd
commit
055338aa5c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace Hyprutils::Math {
|
|||
Vector2D(double, double);
|
||||
Vector2D(int, int);
|
||||
Vector2D() = default;
|
||||
~Vector2D();
|
||||
~Vector2D() = default;
|
||||
|
||||
double x = 0;
|
||||
double y = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue