summaryrefslogtreecommitdiff
path: root/backend/src/sys
diff options
context:
space:
mode:
authorBenjamin Segovia <devnull@localhost>2012-05-27 16:58:49 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:18:02 -0700
commit8a90c678d22d640c5869b33092c515450de49f9e (patch)
treec4d35aac31a469dba1a999d0b8b1e0badf7bdd60 /backend/src/sys
parent95dbd96e425fe37b9014e641a27f952f00b142d9 (diff)
Implemented first methods of the gen selection engine
Diffstat (limited to 'backend/src/sys')
-rw-r--r--backend/src/sys/vector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/sys/vector.hpp b/backend/src/sys/vector.hpp
index 7f23c8f3..dc899912 100644
--- a/backend/src/sys/vector.hpp
+++ b/backend/src/sys/vector.hpp
@@ -34,7 +34,7 @@ namespace gbe
* allocator
*/
template<class T>
- class vector : public std::vector<T, Allocator<T>>, public NonCopyable
+ class vector : public std::vector<T, Allocator<T>>
{
public:
// Typedefs