summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2011-01-07 01:30:24 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2011-01-07 01:30:24 +0000
commit80640a5c45dc11ffaca85c59288633423d7acdcb (patch)
tree14b81a8cb9f58ad14044ee04f7e6070584be0ae0 /secblock.h
parent2fcef9d799e43a8175e82402031ec14d6c327775 (diff)
downloadcryptopp-80640a5c45dc11ffaca85c59288633423d7acdcb.tar.gz
fix for compiling with Clang from Marshall Clow
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@522 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secblock.h b/secblock.h
index 24b9fc0..40cce33 100644
--- a/secblock.h
+++ b/secblock.h
@@ -88,7 +88,7 @@ public:
pointer allocate(size_type n, const void * = NULL)
{
- CheckSize(n);
+ this->CheckSize(n);
if (n == 0)
return NULL;