From 1b09b094a85e03f6ef5f687f58bb91c433273ba1 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Mon, 20 Aug 2012 15:35:52 -0700 Subject: Syntax clean up to make clang happy. Change-Id: I0984c395bbd1ee4b206eafd19915b6f68781dd16 --- src/compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler.cc') diff --git a/src/compiler.cc b/src/compiler.cc index c34b7d82c6..b06f7185d9 100644 --- a/src/compiler.cc +++ b/src/compiler.cc @@ -1003,7 +1003,7 @@ class WorkerThread { const CompilationContext* const context_; const size_t begin_; const size_t end_; - const Callback* callback_; + Callback* callback_; const size_t stripe_; friend void ForAll(CompilationContext*, size_t, size_t, Callback, size_t); -- cgit v1.2.3-59-g8ed1b