mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-05-11 22:52:11 +02:00
Fix intvector include guard.
This commit is contained in:
parent
ed4787439d
commit
6b1bf11606
@ -1,5 +1,5 @@
|
||||
#ifndef IntVector_H
|
||||
#define IntVector_H
|
||||
#ifndef INT_VECTOR_H
|
||||
#define INT_VECTOR_H
|
||||
|
||||
class IntVector {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user