diff options
Diffstat (limited to 'core/vector.h')
-rw-r--r-- | core/vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vector.h b/core/vector.h index 51a73e4ae4..7277179621 100644 --- a/core/vector.h +++ b/core/vector.h @@ -181,4 +181,4 @@ bool Vector<T>::push_back(T p_elem) { return false; } -#endif +#endif // VECTOR_H |