summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/templates/vector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/templates/vector.hpp')
-rw-r--r--include/godot_cpp/templates/vector.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/godot_cpp/templates/vector.hpp b/include/godot_cpp/templates/vector.hpp
index b9c4fda..dc6b6db 100644
--- a/include/godot_cpp/templates/vector.hpp
+++ b/include/godot_cpp/templates/vector.hpp
@@ -28,8 +28,8 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#ifndef VECTOR_HPP
-#define VECTOR_HPP
+#ifndef GODOT_VECTOR_HPP
+#define GODOT_VECTOR_HPP
/**
* @class Vector
@@ -318,4 +318,4 @@ void Vector<T>::fill(T p_elem) {
} // namespace godot
-#endif // ! VECTOR_HPP
+#endif // GODOT_VECTOR_HPP