aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.hxx
diff options
context:
space:
mode:
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};