summaryrefslogtreecommitdiffhomepage
path: root/tempfile.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-05 13:55:20 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-05 13:55:20 +0100
commit7973293c311e27ff08a1488c9759c1b5b0fda30e (patch)
treeb4c622de1af43979ba1779713398bbcb6e52be31 /tempfile.h
parent0f2ac0c4311e4429bfa4ede1d96ce467b5dceb5b (diff)
Added tests
Diffstat (limited to 'tempfile.h')
-rw-r--r--tempfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempfile.h b/tempfile.h
index 7fe86ea..4f0bbc8 100644
--- a/tempfile.h
+++ b/tempfile.h
@@ -11,7 +11,7 @@ class EXPORT Tempfile
std::filesystem::path m_path;
public:
- std::filesystem::path GetPath() const;
+ std::filesystem::path getPath() const;
// extension: e.g. ".zip"
Tempfile(const std::filesystem::path& extension = std::filesystem::path{});