From 6b1bf11606c6979152bc8c2ccacee262cb41a4ae Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 27 Mar 2021 15:34:31 +0100 Subject: [PATCH] Fix intvector include guard. --- 01_alapok/int_vector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_alapok/int_vector.h b/01_alapok/int_vector.h index 246e818..9c8d0dd 100644 --- a/01_alapok/int_vector.h +++ b/01_alapok/int_vector.h @@ -1,5 +1,5 @@ -#ifndef IntVector_H -#define IntVector_H +#ifndef INT_VECTOR_H +#define INT_VECTOR_H class IntVector {