PEL: Const flattens for the SRC sub classes

Make the flatten functions const for the various classes
that represent the SRC substructures.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I08f4ae6de65e269c9f1b82315115969c8552c782
diff --git a/extensions/openpower-pels/ascii_string.hpp b/extensions/openpower-pels/ascii_string.hpp
index d3ede0f..0970df9 100644
--- a/extensions/openpower-pels/ascii_string.hpp
+++ b/extensions/openpower-pels/ascii_string.hpp
@@ -56,7 +56,7 @@
      *
      * @param[in] stream - The stream to write to
      */
-    void flatten(Stream& stream);
+    void flatten(Stream& stream) const;
 
     /**
      * @brief Fills in the object from the stream data