Index: tools/bbh_shootout.cpp |
diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp |
index 682099b39fd0d7d5944ecf63365fc29872dac3c1..5b1d13480311f19d12a23b53063e76a9329f8737 100644 |
--- a/tools/bbh_shootout.cpp |
+++ b/tools/bbh_shootout.cpp |
@@ -310,7 +310,8 @@ static bool benchmark_loop( |
return true; |
} |
-static int tool_main(int argc, char** argv) { |
+int tool_main(int argc, char** argv); |
+int tool_main(int argc, char** argv) { |
SkAutoGraphics ag; |
SkString usage; |
usage.printf("Usage: filename [filename]*\n"); |