Skip to content
Snippets Groups Projects
Commit 3908917a authored by patavirt's avatar patavirt
Browse files

vector: fix ifdef

parent 8c0894e0
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#ifndef SIMPLEVECTOR_HPP_
#define SIMPLEVECTOR_HPP_
#ifndef VECTOR_HPP_
#define VECTOR_HPP_
#include <vector>
......@@ -147,4 +147,4 @@ public:
}
#endif // SIMPLEVECTOR_HPP_
#endif // VECTOR_HPP_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment