From b6a30b1048c5f841bec46b0aaf1063a727522b08 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 10 Apr 2004 18:05:19 +0000 Subject: Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library. Approved by: pav (mentor). --- databases/xbase/files/patch-xbase::xbstring.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/xbase/files/patch-xbase::xbstring.cpp (limited to 'databases/xbase/files/patch-xbase::xbstring.cpp') diff --git a/databases/xbase/files/patch-xbase::xbstring.cpp b/databases/xbase/files/patch-xbase::xbstring.cpp new file mode 100644 index 000000000000..fed3521ce2fc --- /dev/null +++ b/databases/xbase/files/patch-xbase::xbstring.cpp @@ -0,0 +1,11 @@ +--- ./xbase/xbstring.cpp.orig Tue Feb 20 18:53:26 2001 ++++ ./xbase/xbstring.cpp Sat Nov 22 22:25:08 2003 +@@ -582,7 +582,7 @@ + //! Short description. + /*! + */ +-XBDLLEXPORT ostream& operator << ( ostream& os, const xbString& xbs ) { ++XBDLLEXPORT std::ostream& operator << ( std::ostream& os, const xbString& xbs ) { + return os << xbs.data; + } + -- cgit v1.2.3