- more cppcheck cleanup

This commit is contained in:
SoftCoder
2017-10-09 23:22:55 -07:00
parent 588ec21d8a
commit ffe6e5462d
4 changed files with 26 additions and 26 deletions

View File

@@ -346,7 +346,7 @@ megaglest_runtime_error::megaglest_runtime_error(const string& __arg,bool noStac
// assert(dispChangeErr==DISP_CHANGE_SUCCESSFUL);
//}
void message(string message, bool isNonGraphicalModeEnabled,string writepath) {
void message(string message, bool isNonGraphicalModeEnabled,const string &writepath) {
std::cerr << "******************************************************\n";
std::cerr << " " << message << "\n";
std::cerr << "******************************************************\n";