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/pager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/pager.hxx') diff --git a/libbutl/pager.hxx b/libbutl/pager.hxx index deca922..f167f10 100644 --- a/libbutl/pager.hxx +++ b/libbutl/pager.hxx @@ -44,7 +44,7 @@ namespace butl // cerr << "pager error: " << e << endl; // } // - class LIBBUTL_EXPORT pager: protected std::streambuf + class LIBBUTL_SYMEXPORT pager: protected std::streambuf { public: ~pager () {wait (true);} -- cgit v1.1