fix: header protection

This commit is contained in:
Loic Rio 2024-12-14 14:39:56 +01:00
parent bfe50f75fe
commit 8e2ccebe69

View file

@ -1,4 +1,4 @@
#ifndef VECTPR2_HPP
#ifndef VECTOR2_HPP
#define VECTOR2_HPP
class Vector2 {
@ -25,4 +25,4 @@ private:
double y;
};
#endif
#endif