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/sendmail.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/sendmail.hxx') diff --git a/libbutl/sendmail.hxx b/libbutl/sendmail.hxx index 8800aa5..465a474 100644 --- a/libbutl/sendmail.hxx +++ b/libbutl/sendmail.hxx @@ -42,7 +42,7 @@ namespace butl // cerr << "sendmail error: " << e << endl; // } // - class LIBBUTL_EXPORT sendmail: public process + class LIBBUTL_SYMEXPORT sendmail: public process { public: ofdstream out; -- cgit v1.1