aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Vector.h')
-rw-r--r--CommonLibs/Vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/Vector.h b/CommonLibs/Vector.h
index 0ba1b9e..51a9fb1 100644
--- a/CommonLibs/Vector.h
+++ b/CommonLibs/Vector.h
@@ -282,7 +282,7 @@ template <class T> class Vector {
T* end() { return mEnd; }
bool isOwner() { return !!mData; } // Do we own any memory ourselves?
//@}
-
+
};