From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/utils/sha256.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/sha256.cpp') diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp index efc3e285e..d0c4978ff 100644 --- a/src/utils/sha256.cpp +++ b/src/utils/sha256.cpp @@ -88,7 +88,7 @@ typedef unsigned int uint32_t; static const unsigned int SHA256_BLOCK_SIZE = (512 / 8); /** An sha 256 context, used by original m_opersha256 */ -class SHA256Context +class SHA256Context final { public: unsigned int tot_len; -- cgit v1.2.3-70-g09d2