The unified diff between revisions [229d3942..] and [51f9ee51..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/charset.h'
#
#
# patch "include/charset.h"
# from [190ea188126117198e9ea487740c472d317b5b12]
# to [2302b355b8fdafcb4908254cb954713bbce45ac5]
#
============================================================
--- include/charset.h 190ea188126117198e9ea487740c472d317b5b12
+++ include/charset.h 2302b355b8fdafcb4908254cb954713bbce45ac5
@@ -15,7 +15,7 @@ namespace Botan {
/*************************************************
* Character Set Transcoder Interface *
*************************************************/
-class Charset_Transcoder
+class BOTAN_DLL Charset_Transcoder
{
public:
virtual std::string transcode(const std::string&,