Skip to content
Snippets Groups Projects
Commit 4eef5c51 authored by John Romein's avatar John Romein
Browse files

BugID: 225

argv is not const
parent 4e3b40e9
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ void doWork()
}
int main (int argc, const char **argv)
int main (int argc, char **argv)
{
int retval = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment