Index: src/Common/SemanticError.cc
===================================================================
--- src/Common/SemanticError.cc	(revision 09ccaf52914920577e940660dec5c76f2ce23611)
+++ src/Common/SemanticError.cc	(revision e5d5272eaf163f7cdda41557fe573b774e03451a)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed May 16 15:01:20 2018
-// Update Count     : 9
+// Last Modified On : Thu Jun  7 08:05:26 2018
+// Update Count     : 10
 //
 
@@ -97,5 +97,5 @@
 void SemanticError( CodeLocation location, std::string error ) {
 	SemanticErrorThrow = true;
-	throw SemanticErrorException(location, error);
+	throw SemanticErrorException( location, error );
 }
 
