aboutsummaryrefslogtreecommitdiff
path: root/libbutl/standard-version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/standard-version.hxx')
-rw-r--r--libbutl/standard-version.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/standard-version.hxx b/libbutl/standard-version.hxx
index 3a5b2a5..ebb3994 100644
--- a/libbutl/standard-version.hxx
+++ b/libbutl/standard-version.hxx
@@ -32,7 +32,7 @@ namespace butl
// [<epoch>~]<maj>.<min>.<patch>-
// 0[+<revision>]
//
- struct LIBBUTL_EXPORT standard_version
+ struct LIBBUTL_SYMEXPORT standard_version
{
// Invariants:
//
@@ -206,7 +206,7 @@ namespace butl
// ('==' | '>' | '<' | '>=' | '<=') <version>
// ('(' | '[') <version> <version> (')' | ']')
//
- struct LIBBUTL_EXPORT standard_version_constraint
+ struct LIBBUTL_SYMEXPORT standard_version_constraint
{
butl::optional<standard_version> min_version;
butl::optional<standard_version> max_version;