diff options
Diffstat (limited to '')
-rw-r--r-- | converters/mimelib/files/patch-mimelib-token.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/converters/mimelib/files/patch-mimelib-token.cpp b/converters/mimelib/files/patch-mimelib-token.cpp new file mode 100644 index 000000000000..eb9338f3e9c5 --- /dev/null +++ b/converters/mimelib/files/patch-mimelib-token.cpp @@ -0,0 +1,20 @@ +--- mimelib/token.cpp.bak 1997-09-27 13:54:21.000000000 +0200 ++++ mimelib/token.cpp 2011-01-20 11:19:49.000000000 +0100 +@@ -32,7 +32,7 @@ + #include <mimelib/token.h> + + +-ostream* DwTokenizer::mDebugOut = 0; ++std::ostream* DwTokenizer::mDebugOut = 0; + + + DwTokenizer::DwTokenizer(const DwString& aStr) +@@ -221,7 +221,7 @@ + } + + +-void DwTokenizer::PrintToken(ostream* aOut) ++void DwTokenizer::PrintToken(std::ostream* aOut) + { + if (!aOut) return; + char* type = 0; |