diff options
author | lloyd <[email protected]> | 2010-08-08 21:05:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-08 21:05:11 +0000 |
commit | 510091f2a6f39884d35db5d9e57181e5d3ab2e23 (patch) | |
tree | e10336045acafbda55d9425a7bcb0a34af83981b /src | |
parent | 605aa5e54af7cfe6a54d15812d3047719fb53f53 (diff) |
Clang fix
Diffstat (limited to 'src')
-rw-r--r-- | src/alloc/secmem.h | 1 |
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; |