From c20306b7e60639d3435c3222a6796e5c40c8103f Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 18 Nov 2011 07:03:30 +0000 Subject: [PATCH] 1) fix MeshJobManager_i.cxx:208: error: invalid conversion from 'const char*' to 'char*' 2) untabify --- .../padder/meshjob/impl/MeshJobManager_i.cxx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx b/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx index 1ab8683d3..858a77dc4 100644 --- a/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx +++ b/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx @@ -58,7 +58,7 @@ static long timetag() { * This function returns true if the string text starts with the string * token. */ -static bool myStartsWith(const std::string& text,const std::string& token){ +static bool myStartsWith(const std::string& text,const std::string& token){ if(text.length() < token.length()) return false; return (text.compare(0, token.length(), token) == 0); @@ -164,11 +164,11 @@ const char * MeshJobManager_i::_writeDataFile(std::vector