summaryrefslogtreecommitdiff
path: root/src/utils/cpp/tmp_dir.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/cpp/tmp_dir.hpp')
-rw-r--r--src/utils/cpp/tmp_dir.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpp/tmp_dir.hpp b/src/utils/cpp/tmp_dir.hpp
index 9188fa60..bff73916 100644
--- a/src/utils/cpp/tmp_dir.hpp
+++ b/src/utils/cpp/tmp_dir.hpp
@@ -51,7 +51,7 @@ class TmpDir {
-> TmpDirPtr;
private:
- std::filesystem::path tmp_dir_{};
+ std::filesystem::path tmp_dir_;
};
#endif // INCLUDED_SRC_OTHER_TOOLS_TMP_DIR_HPP