Fix copy-paste error

This commit is contained in:
Shea Levy 2015-11-16 05:54:34 -05:00
parent 58d2fac91d
commit 9b4cd20752

View file

@ -629,7 +629,7 @@ void AutoDelete::cancel()
}
void AutoDelete::reset(const Path & p, bool recursive = true) {
this-> p = p;
path = p;
this->recursive = recursive;
del = true;
}