summaryrefslogtreecommitdiff
path: root/www/libxul19/files/patch-intl-unicharutil-util-nsUnicharUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul19/files/patch-intl-unicharutil-util-nsUnicharUtils.h')
-rw-r--r--www/libxul19/files/patch-intl-unicharutil-util-nsUnicharUtils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libxul19/files/patch-intl-unicharutil-util-nsUnicharUtils.h b/www/libxul19/files/patch-intl-unicharutil-util-nsUnicharUtils.h
new file mode 100644
index 000000000000..e2ab2c4108d8
--- /dev/null
+++ b/www/libxul19/files/patch-intl-unicharutil-util-nsUnicharUtils.h
@@ -0,0 +1,11 @@
+--- intl/unicharutil/util/nsUnicharUtils.h.orig 2012-10-28 10:53:41.000000000 +0100
++++ intl/unicharutil/util/nsUnicharUtils.h 2012-10-28 10:54:01.000000000 +0100
+@@ -72,6 +72,8 @@ inline PRBool IsLowerCase(PRUnichar c) {
+ class nsCaseInsensitiveStringComparator : public nsStringComparator
+ {
+ public:
++ nsCaseInsensitiveStringComparator() {}
++
+ virtual int operator() (const PRUnichar*,
+ const PRUnichar*,
+ PRUint32 aLength) const;