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/path.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/path.hxx') diff --git a/libbutl/path.hxx b/libbutl/path.hxx index b1ba31a..7e35ba5 100644 --- a/libbutl/path.hxx +++ b/libbutl/path.hxx @@ -37,7 +37,7 @@ namespace butl // non-dir-adapted implementation (see where we call K::cast()). // - struct LIBBUTL_EXPORT invalid_path_base: public std::exception + struct LIBBUTL_SYMEXPORT invalid_path_base: public std::exception { virtual char const* what () const throw (); -- cgit v1.1