summaryrefslogtreecommitdiffhomepage
path: root/tempfile.cpp
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.cpp
parent0f2ac0c4311e4429bfa4ede1d96ce467b5dceb5b (diff)
Added tests
Diffstat (limited to 'tempfile.cpp')
-rw-r--r--tempfile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tempfile.cpp b/tempfile.cpp
index ca87d9b..4a02ad6 100644
--- a/tempfile.cpp
+++ b/tempfile.cpp
@@ -9,7 +9,7 @@
namespace fs = std::filesystem;
using namespace std::string_literals;
-fs::path Reichwein::Tempfile::GetPath() const
+fs::path Reichwein::Tempfile::getPath() const
{
return m_path;
}
@@ -40,3 +40,4 @@ Reichwein::Tempfile::~Tempfile()
std::cerr << "Warning: Couldn't remove temporary file " << m_path << std::endl;
}
}
+