summaryrefslogtreecommitdiffhomepage
path: root/tempfile.h
diff options
context:
space:
mode:
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{});