diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-12-20 16:52:47 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-12-20 16:52:47 +0100 |
commit | 73f0b597dec0705db01ed4eec7abaebc0295a243 (patch) | |
tree | 3599be15154a9eeaa09cb86e1918a13ac3a73bef /libcommon/tempfile.h | |
parent | ef63da27938ae091a341893c38e59d489888625a (diff) |
webserver 1.12: Added graphical statistics page (gnuplot generated)
Diffstat (limited to 'libcommon/tempfile.h')
-rw-r--r-- | libcommon/tempfile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcommon/tempfile.h b/libcommon/tempfile.h index 5938fb9..b9839a7 100644 --- a/libcommon/tempfile.h +++ b/libcommon/tempfile.h @@ -9,7 +9,8 @@ class Tempfile public: std::filesystem::path GetPath() const; - Tempfile(); + // extension: e.g. ".zip" + Tempfile(const std::filesystem::path& extension = std::filesystem::path{}); ~Tempfile(); }; |