From 8299ba653b6a5bc85cf16de89df6d52055895512 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 18:42:02 +0100 Subject: Fix exports --- tempfile.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tempfile.h') diff --git a/tempfile.h b/tempfile.h index b9839a7..46c7123 100644 --- a/tempfile.h +++ b/tempfile.h @@ -2,7 +2,9 @@ #include -class Tempfile +#define EXPORT __attribute__((visibility("default"))) + +EXPORT class Tempfile { std::filesystem::path m_path; -- cgit v1.2.3