From 7973293c311e27ff08a1488c9759c1b5b0fda30e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 5 Jan 2023 13:55:20 +0100 Subject: Added tests --- tempfile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tempfile.cpp') 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; } } + -- cgit v1.2.3