diff options
Diffstat (limited to 'devel/dotconf++/files/patch-src-dotconfpp.h')
-rw-r--r-- | devel/dotconf++/files/patch-src-dotconfpp.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/dotconf++/files/patch-src-dotconfpp.h b/devel/dotconf++/files/patch-src-dotconfpp.h new file mode 100644 index 000000000000..6d25d9bb0422 --- /dev/null +++ b/devel/dotconf++/files/patch-src-dotconfpp.h @@ -0,0 +1,20 @@ +--- src/dotconfpp.h.orig Wed May 14 19:10:26 2003 ++++ src/dotconfpp.h Thu Jul 7 17:02:43 2005 +@@ -75,7 +75,7 @@ + class DOTCONFDocument + { + public: +- enum CaseSensitive { CASESENSETIVE, CASEINSENSETIVE }; ++ enum CaseSensitive { CASESENSITIVE, CASEINSENSITIVE }; + protected: + AsyncDNSMemPool * mempool; + private: +@@ -103,7 +103,7 @@ + virtual void error(int lineNum, const char * fileName, const char * fmt, ...); + + public: +- DOTCONFDocument(CaseSensitive caseSensitivity = CASESENSETIVE); ++ DOTCONFDocument(CaseSensitive caseSensitivity = CASESENSITIVE); + virtual ~DOTCONFDocument(); + + int setContent(const char * _fileName); |