Skip to content

Commit

Permalink
Improve main's signature
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Apr 3, 2017
1 parent 73adfcb commit 4223813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hello()
}

int
main(int argc, char** argv)
main(int argc, const char* argv[])
{
std::thread t{hello};
t.join();
Expand Down

0 comments on commit 4223813

Please sign in to comment.