summaryrefslogtreecommitdiffstats
path: root/base/at_exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/at_exit.h')
-rw-r--r--base/at_exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/at_exit.h b/base/at_exit.h
index 48ba3d9..082525e 100644
--- a/base/at_exit.h
+++ b/base/at_exit.h
@@ -32,7 +32,7 @@ class AtExitManager {
// even if one already exists. This should only be used for testing!
// AtExitManagers are kept on a global stack, and it will be removed during
// destruction. This allows you to shadow another AtExitManager.
- AtExitManager(bool shadow);
+ explicit AtExitManager(bool shadow);
public:
typedef void (*AtExitCallbackType)(void*);