diff options
Diffstat (limited to 'include/out_buf.h')
-rw-r--r-- | include/out_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/out_buf.h b/include/out_buf.h index 1e169b9bc..103ea6cd7 100644 --- a/include/out_buf.h +++ b/include/out_buf.h @@ -15,7 +15,7 @@ namespace Botan { /************************************************* * Container of output buffers for Pipe * *************************************************/ -class Output_Buffers +class BOTAN_DLL Output_Buffers { public: u32bit read(byte[], u32bit, Pipe::message_id); |