diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-21 22:17:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-21 22:17:34 +0000 |
commit | 78979c9a49935911debea30211c7fbe7d6e3c512 (patch) | |
tree | b289a596cda619eff44f6309b862c283764bb952 /textproc/htmltolatex/files/patch-CH2L.h | |
parent | New MASTER_SITE, and there isn't a homepage describing this project (diff) |
Fix build for -CURRENT (GCC3).
Notes
Notes:
svn path=/head/; revision=76068
Diffstat (limited to 'textproc/htmltolatex/files/patch-CH2L.h')
-rw-r--r-- | textproc/htmltolatex/files/patch-CH2L.h | 21 |
1 files changed, 21 insertions, 0 deletions
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<string,spider_info> SpiderTable_t; + SpiderTable_t mSpiderTable; + bool mSpidering; // not the first page |