Updated documentation

pull/136/head
Jeffrey Walton 2016-02-01 17:41:13 -05:00
parent 9430de2e46
commit 4b5677dcfa
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ class SecByteBlock : public SecBlock<byte> {};
class SecWordBlock : public SecBlock<word> {};
//! \class AlignedSecByteBlock
//! \brief SecBlock using \ref AllocatorWithCleanup "AllocatorWithCleanup<byte, true>" typedef
class AlignedSecByteBlock SecBlock<byte, AllocatorWithCleanup<byte, true> > {};
class AlignedSecByteBlock : public SecBlock<byte, AllocatorWithCleanup<byte, true> > {};
#else
typedef SecBlock<byte> SecByteBlock;
typedef SecBlock<word> SecWordBlock;