Fix intvector include guard.

This commit is contained in:
Relintai 2021-03-27 15:34:31 +01:00
parent ed4787439d
commit 6b1bf11606

View File

@ -1,5 +1,5 @@
#ifndef IntVector_H #ifndef INT_VECTOR_H
#define IntVector_H #define INT_VECTOR_H
class IntVector { class IntVector {