Index: src/SynTree/Constant.h
===================================================================
--- src/SynTree/Constant.h	(revision 4b2589a5585c447a4b3ff6c5524c919a032e22a4)
+++ src/SynTree/Constant.h	(revision ca35c51743c5aa90ec6fd8bc56f12cfc866101ff)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jul 30 15:19:16 2015
-// Update Count     : 5
+// Last Modified On : Thu Jun 30 13:33:17 2016
+// Update Count     : 6
 //
 
@@ -29,5 +29,5 @@
 	Type *get_type() { return type; }
 	void set_type( Type *newValue ) { type = newValue; }
-	std::string get_value() { return value; }
+	std::string &get_value() { return value; }
 	void set_value( std::string newValue ) { value = newValue; }
 
