From b411fd3aac743434a98192406f9bc60e778f6c1c Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 18 Jun 2018 11:54:40 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@12002 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Hash.h b/uppsrc/Core/Hash.h index 77fbcf98d..d301fe4c8 100644 --- a/uppsrc/Core/Hash.h +++ b/uppsrc/Core/Hash.h @@ -51,7 +51,7 @@ public: void Reset(); void New() { Reset(); } - Sha1Stream(); + Sha1Stream(); ~Sha1Stream(); };