diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-01-20 10:24:53 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-01-20 10:24:53 +0000 |
commit | abbecd47f047dd1822512f17f95d38c0a3649844 (patch) | |
tree | 8ebe68ca7488b9bb52a8e31a3689317de801f769 /converters/mimelib/files/patch-mimelib-token.cpp | |
parent | Fix a typo in exp date (diff) |
Make compile on supported versions of FreeBSD
Feature safe: yes
Diffstat (limited to 'converters/mimelib/files/patch-mimelib-token.cpp')
-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; |