diff --git a/secblock.h b/secblock.h index c9d46e66..c890a5d6 100644 --- a/secblock.h +++ b/secblock.h @@ -726,7 +726,7 @@ class SecByteBlock : public SecBlock {}; class SecWordBlock : public SecBlock {}; //! \class AlignedSecByteBlock //! \brief SecBlock using \ref AllocatorWithCleanup "AllocatorWithCleanup" typedef -class AlignedSecByteBlock SecBlock > {}; +class AlignedSecByteBlock : public SecBlock > {}; #else typedef SecBlock SecByteBlock; typedef SecBlock SecWordBlock;