aboutsummaryrefslogtreecommitdiff
path: root/libbutl/string-parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
commite652a49cbac1098dd97695309336545ef4e9ae89 (patch)
tree1af0a5270d06e05e788c1342e1cc35723106b7ec /libbutl/string-parser.hxx
parentc36042925c8d52e3899ea310018cb7243d191306 (diff)
Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization
Diffstat (limited to 'libbutl/string-parser.hxx')
-rw-r--r--libbutl/string-parser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/string-parser.hxx b/libbutl/string-parser.hxx
index 56ba348..b445f34 100644
--- a/libbutl/string-parser.hxx
+++ b/libbutl/string-parser.hxx
@@ -15,7 +15,7 @@
namespace butl
{
- class LIBBUTL_EXPORT invalid_string: public std::invalid_argument
+ class LIBBUTL_SYMEXPORT invalid_string: public std::invalid_argument
{
public:
invalid_string (std::size_t p, const std::string& d)
@@ -24,7 +24,7 @@ namespace butl
std::size_t position; // Zero-based.
};
- class LIBBUTL_EXPORT string_parser
+ class LIBBUTL_SYMEXPORT string_parser
{
public:
// Parse a whitespace-separated list of strings. Can contain single or