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/manifest-parser.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/manifest-parser.hxx') diff --git a/libbutl/manifest-parser.hxx b/libbutl/manifest-parser.hxx index 840549f..fd0cc4e 100644 --- a/libbutl/manifest-parser.hxx +++ b/libbutl/manifest-parser.hxx @@ -16,7 +16,7 @@ namespace butl { - class LIBBUTL_EXPORT manifest_parsing: public std::runtime_error + class LIBBUTL_SYMEXPORT manifest_parsing: public std::runtime_error { public: manifest_parsing (const std::string& name, @@ -46,7 +46,7 @@ namespace butl empty () const {return name.empty () && value.empty ();} }; - class LIBBUTL_EXPORT manifest_parser: protected butl::char_scanner + class LIBBUTL_SYMEXPORT manifest_parser: protected butl::char_scanner { public: manifest_parser (std::istream& is, const std::string& name) -- cgit v1.1