summaryrefslogtreecommitdiffhomepage
path: root/tempfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tempfile.h')
-rw-r--r--tempfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tempfile.h b/tempfile.h
index 989e6d6..7fe86ea 100644
--- a/tempfile.h
+++ b/tempfile.h
@@ -4,6 +4,8 @@
#define EXPORT __attribute__((visibility("default")))
+namespace Reichwein {
+
class EXPORT Tempfile
{
std::filesystem::path m_path;
@@ -15,3 +17,5 @@ class EXPORT Tempfile
Tempfile(const std::filesystem::path& extension = std::filesystem::path{});
~Tempfile();
};
+
+} // namespace