summaryrefslogtreecommitdiffhomepage
path: root/tempfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tempfile.h')
-rw-r--r--tempfile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tempfile.h b/tempfile.h
index b9839a7..46c7123 100644
--- a/tempfile.h
+++ b/tempfile.h
@@ -2,7 +2,9 @@
#include <filesystem>
-class Tempfile
+#define EXPORT __attribute__((visibility("default")))
+
+EXPORT class Tempfile
{
std::filesystem::path m_path;