From 78979c9a49935911debea30211c7fbe7d6e3c512 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 21 Feb 2003 22:17:34 +0000 Subject: Fix build for -CURRENT (GCC3). --- textproc/htmltolatex/files/patch-CH2L.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 textproc/htmltolatex/files/patch-CH2L.h (limited to 'textproc/htmltolatex/files/patch-CH2L.h') diff --git a/textproc/htmltolatex/files/patch-CH2L.h b/textproc/htmltolatex/files/patch-CH2L.h new file mode 100644 index 000000000000..2dc1a44afb3d --- /dev/null +++ b/textproc/htmltolatex/files/patch-CH2L.h @@ -0,0 +1,21 @@ + +$FreeBSD$ + +--- CH2L.h.orig Fri Feb 21 01:22:49 2003 ++++ CH2L.h Fri Feb 21 02:08:08 2003 +@@ -189,6 +189,7 @@ + /////////////////////////////////////////////// + + //////////////// spidering ////////////////// ++public: + struct spider_info { + std::string mUrl; + std::string mLocalTag; +@@ -200,6 +201,7 @@ + + friend std::ostream& operator<<(std::ostream &o,const spider_info &si); + }; ++private: + typedef std::map SpiderTable_t; + SpiderTable_t mSpiderTable; + bool mSpidering; // not the first page -- cgit v1.2.3