From 1d38ae9162d9702a8999e1fe872ead3e0a3f1181 Mon Sep 17 00:00:00 2001 From: "sglez@google.com" Date: Fri, 19 Jul 2013 20:03:57 +0000 Subject: [PATCH] please fix the build, please BUG= Review URL: https://codereview.chromium.org/19693012 git-svn-id: http://skia.googlecode.com/svn/trunk@10204 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/bbh_shootout.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/bbh_shootout.cpp b/tools/bbh_shootout.cpp index 682099b..5b1d134 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"); -- 2.7.4