summaryrefslogtreecommitdiff
path: root/vendor/bandit/bandit/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bandit/bandit/context.h')
-rw-r--r--vendor/bandit/bandit/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/bandit/bandit/context.h b/vendor/bandit/bandit/context.h
index 087818ed..71194253 100644
--- a/vendor/bandit/bandit/context.h
+++ b/vendor/bandit/bandit/context.h
@@ -20,8 +20,8 @@ namespace bandit {
class bandit_context : public context
{
public:
- bandit_context(const char* desc, bool hard_skip)
- : desc_(desc), hard_skip_(hard_skip), is_executing_(false)
+ bandit_context(const char* desc, bool hard_skip_a)
+ : desc_(desc), hard_skip_(hard_skip_a), is_executing_(false)
{}
const std::string& name()