ports/editors/xmlcopyeditor/files/patch-src_styledialog.cpp
Pietro Cerutti af69c73cc4 - Update to 1.2.0.11
- Convert to new LIB_DEPENDS format
- STAGE-clean

PR:		184145
Submitted by:	gahr@
Approved by:	maintainer
2013-11-22 07:53:52 +00:00

12 lines
374 B
C++

--- src/styledialog.cpp.orig 2013-11-21 15:48:45.000000000 +0100
+++ src/styledialog.cpp 2013-11-21 15:50:28.000000000 +0100
@@ -705,7 +705,7 @@
WrapExpat we;
ofs << "<table><tr><th>Term</th><th>Frequency</th></tr>";
- std::map<std::string, int>::iterator mapIterator;
+ std::map<std::string, int, NoCaseCompare>::iterator mapIterator;
int matchTotal = 0;
for (