aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.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/curl.hxx
parentc36042925c8d52e3899ea310018cb7243d191306 (diff)
Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization
Diffstat (limited to 'libbutl/curl.hxx')
-rw-r--r--libbutl/curl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/curl.hxx b/libbutl/curl.hxx
index bc4eb0f..19105ef 100644
--- a/libbutl/curl.hxx
+++ b/libbutl/curl.hxx
@@ -86,7 +86,7 @@ namespace butl
// 3. Only binary data HTTP POST is currently supported (the --data-binary
// curl option).
//
- class LIBBUTL_EXPORT curl: public process
+ class LIBBUTL_SYMEXPORT curl: public process
{
public:
enum method_type {get, put, post};