freebsd-ports/converters/mimelib/files/patch-mimelib-token.cpp
Tilman Keskinoz abbecd47f0 Make compile on supported versions of FreeBSD
Feature safe:	yes
2011-01-20 10:24:53 +00:00

20 lines
473 B
C++

--- 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;