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