summaryrefslogtreecommitdiff
path: root/mask.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-15 02:55:16 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:32 -0400
commita087e6ea97494d97580c97705c665cac317a0dc3 (patch)
treed771c7f88f5b6255cb46b2d69aeec9395b3f982d /mask.h
parent691c29a696d2347faebd5663da9d1dc751f275eb (diff)
downloadfork-ledger-a087e6ea97494d97580c97705c665cac317a0dc3.tar.gz
fork-ledger-a087e6ea97494d97580c97705c665cac317a0dc3.tar.bz2
fork-ledger-a087e6ea97494d97580c97705c665cac317a0dc3.zip
Cleared out all warnings; started work on getting Python up again.
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() {}
};