aboutsummaryrefslogtreecommitdiff
path: root/libbutl/tab-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/tab-parser.hxx
parentc36042925c8d52e3899ea310018cb7243d191306 (diff)
Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization
Diffstat (limited to 'libbutl/tab-parser.hxx')
-rw-r--r--libbutl/tab-parser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/tab-parser.hxx b/libbutl/tab-parser.hxx
index 311c54b..688dedc 100644
--- a/libbutl/tab-parser.hxx
+++ b/libbutl/tab-parser.hxx
@@ -15,7 +15,7 @@
namespace butl
{
- class LIBBUTL_EXPORT tab_parsing: public std::runtime_error
+ class LIBBUTL_SYMEXPORT tab_parsing: public std::runtime_error
{
public:
tab_parsing (const std::string& name,
@@ -50,7 +50,7 @@ namespace butl
// supported. Blank lines and lines that start with # (collectively called
// empty lines) are ignored.
//
- class LIBBUTL_EXPORT tab_parser
+ class LIBBUTL_SYMEXPORT tab_parser
{
public:
tab_parser (std::istream& is, const std::string& name)