mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- more cppcheck cleanup
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user