summaryrefslogtreecommitdiff
path: root/mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'mask.h')
-rw-r--r--mask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mask.h b/mask.h
index cf0c893f..ed00806e 100644
--- a/mask.h
+++ b/mask.h
@@ -22,7 +22,7 @@ class mask_t
class mask_error : public error {
public:
- mask_error(const std::string& reason) throw() : error(reason) {}
+ mask_error(const std::string& _reason) throw() : error(_reason) {}
virtual ~mask_error() throw() {}
};