Externalize chip data file keyword constant

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I22adf0a63a9341acf609c32df7cee1d0714ae3c3
diff --git a/src/hei_isolation_data.hpp b/src/hei_isolation_data.hpp
index df07e05..93ec5b8 100644
--- a/src/hei_isolation_data.hpp
+++ b/src/hei_isolation_data.hpp
@@ -45,7 +45,7 @@
     }
 
     /** @brief Allows access to the signature list. */
-    const std::vector<Signature>& getSignatureList()
+    const std::vector<Signature>& getSignatureList() const
     {
         return iv_sigLists;
     }