commit | 1b09b094a85e03f6ef5f687f58bb91c433273ba1 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon Aug 20 15:35:52 2012 -0700 |
committer | Ian Rogers <irogers@google.com> | Mon Aug 20 15:35:52 2012 -0700 |
tree | 6b039e520ee3b73e6ba5fb23954b9e01ecc68fc9 | |
parent | 931c278aed62d7a97b87cf1bb9cfdd189e77eb24 [diff] [blame] |
Syntax clean up to make clang happy. Change-Id: I0984c395bbd1ee4b206eafd19915b6f68781dd16
diff --git a/src/compiler.cc b/src/compiler.cc index c34b7d8..b06f718 100644 --- a/src/compiler.cc +++ b/src/compiler.cc
@@ -1003,7 +1003,7 @@ 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);