summaryrefslogtreecommitdiffhomepage
path: root/tempfile.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-10 18:18:30 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-10 18:18:30 +0100
commitedf7f06cdaf916ff9fca0864e14b6fbb476b641b (patch)
tree783c84dae0b04085246ea0ef3f60767019171a91 /tempfile.h
parentaf25176abebccd470937360f5d42ff4ed838118e (diff)
Added PDF mime type
Diffstat (limited to 'tempfile.h')
-rw-r--r--tempfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tempfile.h b/tempfile.h
index 4f0bbc8..8bbda31 100644
--- a/tempfile.h
+++ b/tempfile.h
@@ -6,6 +6,7 @@
namespace Reichwein {
+// removing path, recursively, via RAII
class EXPORT Tempfile
{
std::filesystem::path m_path;