[commit] r1887 - trunk/GME/ConstraintManager

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Apr 17 16:34:43 CDT 2012


Author: ksmyth
Date: Tue Apr 17 16:34:43 2012
New Revision: 1887

Log:
Dont need std::string

Modified:
   trunk/GME/ConstraintManager/OCLException.cpp

Modified: trunk/GME/ConstraintManager/OCLException.cpp
==============================================================================
--- trunk/GME/ConstraintManager/OCLException.cpp	Tue Apr 17 16:34:32 2012	(r1886)
+++ trunk/GME/ConstraintManager/OCLException.cpp	Tue Apr 17 16:34:43 2012	(r1887)
@@ -13,7 +13,7 @@
 //
 //###############################################################################################################################################
 
-std::string ErrorMessages[] = {
+const char* ErrorMessages[] = {
 
 	"Type [ ? ] does not exist.",
 	"Type [ ? ] is ambiguous.",


More information about the gme-commit mailing list