diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-25 08:56:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-25 08:56:48 +0200 |
commit | 098559ca3552ebd8f80a6d28254f4fa58913b751 (patch) | |
tree | 1eb6f65b492d3217a380a909f6810a5f3e00cc37 /butl/pager | |
parent | 6c8e3f09c185d7fa4664ccd9e5c4f623a17b84cc (diff) |
Add DLL export/import support
Diffstat (limited to 'butl/pager')
-rw-r--r-- | butl/pager | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,6 +9,8 @@ #include <vector> #include <iostream> +#include <butl/export> + #include <butl/process> #include <butl/fdstream> @@ -42,7 +44,7 @@ namespace butl // cerr << "pager error: " << e.what () << endl; // } // - class pager: protected std::streambuf + class LIBBUTL_EXPORT pager: protected std::streambuf { public: ~pager () {wait (true);} |