summaryrefslogtreecommitdiff
path: root/tools/aapt/WorkQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/WorkQueue.h')
-rw-r--r--tools/aapt/WorkQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/WorkQueue.h b/tools/aapt/WorkQueue.h
index d38f05d034e9..ab5f9691c21d 100644
--- a/tools/aapt/WorkQueue.h
+++ b/tools/aapt/WorkQueue.h
@@ -47,7 +47,7 @@ public:
};
/* Creates a work queue with the specified maximum number of work threads. */
- WorkQueue(size_t maxThreads, bool canCallJava = true);
+ explicit WorkQueue(size_t maxThreads, bool canCallJava = true);
/* Destroys the work queue.
* Cancels pending work and waits for all remaining threads to complete.