freebsd-ports/textproc/htmltolatex/files/patch-abstractTable.cpp
2003-02-21 22:17:34 +00:00

24 lines
397 B
C++

$FreeBSD$
--- abstractTable.cpp.orig Fri Feb 21 03:09:19 2003
+++ abstractTable.cpp Fri Feb 21 03:09:34 2003
@@ -18,15 +18,15 @@
* Boston, MA 02111-1307, USA.
*
*/
+
+using namespace std;
+
#include "abstractTable.h"
#include "safe_ostrstream.h"
#include "util.h"
#include <stdio.h>
//#define DEBUG 1
-
-using namespace std;
-
ostream& operator<<(ostream &o,const tabCell &c)
{