From 5c330068e75946286e8e0d3dc0bd381e419074a9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:16:36 +0100 Subject: Namespaces for API --- tempfile.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tempfile.h') 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 -- cgit v1.2.3