The unified diff between revisions [92f17752..] and [965528e6..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/buf_filt.h'

#
#
# patch "include/buf_filt.h"
#  from [7282bd3d30c910df817e76a6c9946c129ebfce26]
#    to [a87ed4badce2ec906b1e048e3d876f629a525f10]
#
============================================================
--- include/buf_filt.h	7282bd3d30c910df817e76a6c9946c129ebfce26
+++ include/buf_filt.h	a87ed4badce2ec906b1e048e3d876f629a525f10
@@ -1,6 +1,6 @@
 /*************************************************
 * Buffering Filter Header File                   *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_BUFFERING_FILTER_H__
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * Buffering Filter                               *
 *************************************************/
-class Buffering_Filter : public Filter
+class BOTAN_DLL Buffering_Filter : public Filter
    {
    public:
       void write(const byte[], u32bit);