aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-29 11:39:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-29 11:39:34 +0200
commit92a0a5e12f96a7eb1ea8fb121bcee30ed973e9cd (patch)
tree9e0bee68d7e91c62d8877b652d9bfa9bb3f6a126
parentf0a3fa6f4dfd6e14eaa2687ea792bd72679e34de (diff)
Initialize canceled flag in ctor
-rw-r--r--cutl/fs/auto-remove.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index c30a630..6f4db37 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -51,7 +51,7 @@ namespace cutl
//
struct LIBCUTL_EXPORT auto_removes
{
- auto_removes () {}
+ auto_removes (): canceled_ (false) {}
~auto_removes ();
void