From e652a49cbac1098dd97695309336545ef4e9ae89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jun 2017 14:31:26 +0200 Subject: Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization --- libbutl/standard-version.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/standard-version.hxx') 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 // [~]..- // 0[+] // - struct LIBBUTL_EXPORT standard_version + struct LIBBUTL_SYMEXPORT standard_version { // Invariants: // @@ -206,7 +206,7 @@ namespace butl // ('==' | '>' | '<' | '>=' | '<=') // ('(' | '[') (')' | ']') // - struct LIBBUTL_EXPORT standard_version_constraint + struct LIBBUTL_SYMEXPORT standard_version_constraint { butl::optional min_version; butl::optional max_version; -- cgit v1.1