diff options
Diffstat (limited to 'textproc/htmltolatex/files/patch-abstractTable.cpp')
-rw-r--r-- | textproc/htmltolatex/files/patch-abstractTable.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/htmltolatex/files/patch-abstractTable.cpp b/textproc/htmltolatex/files/patch-abstractTable.cpp new file mode 100644 index 000000000000..883ff69a1b9f --- /dev/null +++ b/textproc/htmltolatex/files/patch-abstractTable.cpp @@ -0,0 +1,24 @@ + +$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) + { |