summaryrefslogtreecommitdiff
path: root/src/tracing/agent.h
diff options
context:
space:
mode:
authorjeyanthinath <jeyanthinath10@gmail.com>2017-07-26 13:57:18 +0530
committerTimothy Gu <timothygu99@gmail.com>2017-08-07 10:16:30 +0800
commite88908d8684d4108a3079a6b6af0e5f4ce1b09b9 (patch)
tree88922a1406194d2833517bc85cc1ab0d3485ddbc /src/tracing/agent.h
parent5fd2f03b16bfd6730fe82dc3217f1d05131b9615 (diff)
downloadandroid-node-v8-e88908d8684d4108a3079a6b6af0e5f4ce1b09b9.tar.gz
android-node-v8-e88908d8684d4108a3079a6b6af0e5f4ce1b09b9.tar.bz2
android-node-v8-e88908d8684d4108a3079a6b6af0e5f4ce1b09b9.zip
build: enable C++ linting for src/*/*
Fixes: https://github.com/nodejs/node/issues/14490 PR-URL: https://github.com/nodejs/node/pull/14497 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'src/tracing/agent.h')
-rw-r--r--src/tracing/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracing/agent.h b/src/tracing/agent.h
index 2174d5b896..6966c2e43b 100644
--- a/src/tracing/agent.h
+++ b/src/tracing/agent.h
@@ -11,7 +11,7 @@ namespace tracing {
class Agent {
public:
- explicit Agent();
+ Agent();
void Start(v8::Platform* platform, const std::string& enabled_categories);
void Stop();