aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-08-08 21:05:11 +0000
committerlloyd <[email protected]>2010-08-08 21:05:11 +0000
commit510091f2a6f39884d35db5d9e57181e5d3ab2e23 (patch)
treee10336045acafbda55d9425a7bcb0a34af83981b /src
parent605aa5e54af7cfe6a54d15812d3047719fb53f53 (diff)
Clang fix
Diffstat (limited to 'src')
-rw-r--r--src/alloc/secmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc/secmem.h b/src/alloc/secmem.h
index 34f028043..13d2bfdce 100644
--- a/src/alloc/secmem.h
+++ b/src/alloc/secmem.h
@@ -354,6 +354,7 @@ template<typename T, u32bit INITIAL_LEN = 0>
class SecureVector : public MemoryRegion<T>
{
public:
+ using MemoryRegion<T>::copy;
using MemoryRegion<T>::set;
using MemoryRegion<T>::init;
using MemoryRegion<T>::append;