X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FTempFile.cpp;h=21559e144fe5418d245701dc6520468098ccdd49;hb=b60b505fd82866dc57d4522b3ff73ae5bd337612;hp=5c4b389b8499c146fdf50fce3d610c132746788c;hpb=db0ba3a3c68d2243722822e1c53535ff44d523bf;p=lyx.git diff --git a/src/support/TempFile.cpp b/src/support/TempFile.cpp index 5c4b389b84..21559e144f 100644 --- a/src/support/TempFile.cpp +++ b/src/support/TempFile.cpp @@ -74,5 +74,10 @@ FileName TempFile::name() const } +void TempFile::setAutoRemove(bool autoremove) +{ + d->f.setAutoRemove(autoremove); +} + } // namespace support } // namespace lyx