aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-serializer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/manifest-serializer.hxx')
-rw-r--r--libbutl/manifest-serializer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/manifest-serializer.hxx b/libbutl/manifest-serializer.hxx
index 863fef6..89c162c 100644
--- a/libbutl/manifest-serializer.hxx
+++ b/libbutl/manifest-serializer.hxx
@@ -14,7 +14,7 @@
namespace butl
{
- class LIBBUTL_EXPORT manifest_serialization: public std::runtime_error
+ class LIBBUTL_SYMEXPORT manifest_serialization: public std::runtime_error
{
public:
manifest_serialization (const std::string& name,
@@ -24,7 +24,7 @@ namespace butl
std::string description;
};
- class LIBBUTL_EXPORT manifest_serializer
+ class LIBBUTL_SYMEXPORT manifest_serializer
{
public:
manifest_serializer (std::ostream& os, const std::string& name)