aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/regex.hxx')
-rw-r--r--libbutl/regex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.hxx b/libbutl/regex.hxx
index 4a93106..9090d5a 100644
--- a/libbutl/regex.hxx
+++ b/libbutl/regex.hxx
@@ -48,7 +48,7 @@ namespace std
// Print regex error description but only if it is meaningful (this is also
// why we have to print leading colon).
//
- LIBBUTL_EXPORT ostream&
+ LIBBUTL_SYMEXPORT ostream&
operator<< (ostream&, const regex_error&);
}