Fix copy-paste error
This commit is contained in:
parent
58d2fac91d
commit
9b4cd20752
|
@ -629,7 +629,7 @@ void AutoDelete::cancel()
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutoDelete::reset(const Path & p, bool recursive = true) {
|
void AutoDelete::reset(const Path & p, bool recursive = true) {
|
||||||
this-> p = p;
|
path = p;
|
||||||
this->recursive = recursive;
|
this->recursive = recursive;
|
||||||
del = true;
|
del = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue