Skip to content

Commit

Permalink
Fix example in README.md to compile.
Browse files Browse the repository at this point in the history
Fixes #65
  • Loading branch information
dmah42 committed Nov 13, 2014
1 parent d750144 commit 4932b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BENCHMARK(BM_StringCopy);
// my_unittest --benchmark_filter=BM_StringCreation
// my_unittest --benchmark_filter=String
// my_unittest --benchmark_filter='Copy|Creation'
int main(int argc, char** argv) {
int main(int argc, const char* argv[]) {
benchmark::Initialize(&argc, argv);
benchmark::RunSpecifiedBenchmarks();
return 0;
Expand Down

0 comments on commit 4932b72

Please sign in to comment.