summaryrefslogtreecommitdiffstats
path: root/src/sbefw/sbeSecurity.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/sbeSecurity.H')
-rw-r--r--src/sbefw/sbeSecurity.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sbefw/sbeSecurity.H b/src/sbefw/sbeSecurity.H
index f115ffe3..cda2a732 100644
--- a/src/sbefw/sbeSecurity.H
+++ b/src/sbefw/sbeSecurity.H
@@ -6,6 +6,7 @@
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2017 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -36,11 +37,11 @@ namespace SBE_SECURITY
// type to define a range
template <typename T>
- struct
+ struct range_t
{
T start;
T end;
- } range;
+ };
// key-value map used for the tables
template <typename T, typename U>
OpenPOWER on IntegriCloud