Make argv arrays const

This commit is contained in:
Andrew Ayer
2014-07-05 14:22:55 -07:00
parent 3d0e7570ed
commit d417f97f8e
5 changed files with 31 additions and 31 deletions

View File

@@ -81,7 +81,7 @@ static void print_usage (std::ostream& out)
}
int main (int argc, char** argv)
int main (int argc, const char** argv)
try {
argv0 = argv[0];