aboutsummaryrefslogtreecommitdiff
path: root/libbutl/pager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/pager.hxx')
-rw-r--r--libbutl/pager.hxx2
1 files changed, 1 insertions, 1 deletions
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);}