summaryrefslogtreecommitdiff
path: root/pcr/kompozer/gcc46_default_ctors.patch
blob: 7f3fa781016d78545433fda4bbb21e0dd03a1083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- intl/unicharutil/util/nsUnicharUtils.h	2011-05-10 17:02:12.472642196 +0200
+++ intl/unicharutil/util/nsUnicharUtils.h	2011-05-10 17:02:50.656034735 +0200
@@ -64,6 +64,9 @@
     : public nsStringComparator
   {
     public:
+      nsCaseInsensitiveStringComparator()
+      {
+      }
       virtual int operator()( const PRUnichar*, const PRUnichar*, PRUint32 aLength ) const;
       virtual int operator()( PRUnichar, PRUnichar ) const;
   };
--- toolkit/xre/nsAppRunner.cpp	                2011-05-10 17:26:05.853608464 +0200
+++ toolkit/xre/nsAppRunner.cpp	                2011-05-10 17:26:15.079221177 +0200
@@ -491,6 +491,7 @@
                      
 {
 public:
+  nsXULAppInfo() {}
   NS_DECL_ISUPPORTS_INHERITED
   NS_DECL_NSIXULAPPINFO
   NS_DECL_NSIXULRUNTIME