Index: src/Common/utility.h
===================================================================
--- src/Common/utility.h	(revision 5f2f2d75adcd9f673ef8bda86f25d409347089be)
+++ src/Common/utility.h	(revision a3a17ba31858a462e4614850cabd9e0eba1384e9)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jun  8 14:43:54 2015
-// Update Count     : 13
+// Last Modified On : Thu Jul  2 18:04:41 2015
+// Update Count     : 16
 //
 
@@ -86,5 +86,5 @@
 }
 
-static inline std::string assign_strptr( std::string *str ) {
+static inline std::string assign_strptr( const std::string *str ) {
 	if ( str == 0 ) {
 		return "";
@@ -97,5 +97,5 @@
 }
 
-template< class T, typename ResultType, ResultType (T::* memfunc)() >
+template< class T, typename ResultType, ResultType( T::* memfunc )() >
 ResultType dispatch( T *pT ) {
 	return (pT->*memfunc)();
