From a5b7a9c4cc87d1a1c92385ddd8450f1e98a7855c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 4 Sep 2018 12:26:20 +0200 Subject: [PATCH] Fix incorrect template parameter tolerated by VC2010 --- lib/EAPBase/include/EAP.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/EAPBase/include/EAP.h b/lib/EAPBase/include/EAP.h index 471a779..649d491 100644 --- a/lib/EAPBase/include/EAP.h +++ b/lib/EAPBase/include/EAP.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2018 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. @@ -489,7 +489,7 @@ namespace eap #pragma pack(1) template - struct __declspec(novtable) sanitizing_blob_f + struct __declspec(novtable) sanitizing_blob_f { unsigned char data[N]; ///< BLOB data @@ -613,7 +613,7 @@ namespace eap }; template - struct __declspec(novtable) sanitizing_blob_zf : sanitizing_blob_f + struct __declspec(novtable) sanitizing_blob_zf : sanitizing_blob_f { /// /// Constructor