freebsd-ports/databases/xbase/files/patch-xbase::xbstring.cpp
Thierry Thomas b6a30b1048 Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library.

Approved by:	pav (mentor).
2004-04-10 18:05:19 +00:00

11 lines
345 B
C++

--- ./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;
}