summaryrefslogtreecommitdiffstats
path: root/runtime/barrier.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-07-17 21:31:49 -0700
committerBrian Carlstrom <bdc@google.com>2013-07-17 21:46:12 -0700
commit93ba893c20532990a430741e0a97212900094e8c (patch)
tree019990a1957562c1f573c77297df5923cce98f47 /runtime/barrier.h
parentb1eba213afaf7fa6445de863ddc9680ab99762ea (diff)
downloadart-93ba893c20532990a430741e0a97212900094e8c.zip
art-93ba893c20532990a430741e0a97212900094e8c.tar.gz
art-93ba893c20532990a430741e0a97212900094e8c.tar.bz2
Fix cpplint runtime/explicit issues
Change-Id: I352ba0b427f1ff9b22887693952b180eae0839ba
Diffstat (limited to 'runtime/barrier.h')
-rw-r--r--runtime/barrier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/barrier.h b/runtime/barrier.h
index e0ad239..22f08e1 100644
--- a/runtime/barrier.h
+++ b/runtime/barrier.h
@@ -25,7 +25,7 @@ namespace art {
class Barrier {
public:
- Barrier(int count);
+ explicit Barrier(int count);
virtual ~Barrier();
// Pass through the barrier, decrements the count but does not block.