[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:41:48 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 365cc625e519fcb2d48edf3ec0972bf96e7a8869
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 31 19:24:11 2001 +0000

    More changes to get this beast to compile
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQMemArray.h b/WebCore/kwq/KWQMemArray.h
index ce27175..f65b1e1 100644
--- a/WebCore/kwq/KWQMemArray.h
+++ b/WebCore/kwq/KWQMemArray.h
@@ -30,13 +30,14 @@
 
 template <class T> class QArray {
 public:
+    QArray(int);
     T &at(uint) const;
     T *data() const;
 
     uint size() const;
-    bool resize(uint size);
+    bool resize(uint);
     
-    T& operator[](int i) const;
+    T &operator[](int) const;
 };
 
 #endif
diff --git a/WebCore/kwq/qt/qarray.h b/WebCore/kwq/qt/qarray.h
index ce27175..f65b1e1 100644
--- a/WebCore/kwq/qt/qarray.h
+++ b/WebCore/kwq/qt/qarray.h
@@ -30,13 +30,14 @@
 
 template <class T> class QArray {
 public:
+    QArray(int);
     T &at(uint) const;
     T *data() const;
 
     uint size() const;
-    bool resize(uint size);
+    bool resize(uint);
     
-    T& operator[](int i) const;
+    T &operator[](int) const;
 };
 
 #endif
diff --git a/WebCore/src/kwq/qt/qarray.h b/WebCore/src/kwq/qt/qarray.h
index ce27175..f65b1e1 100644
--- a/WebCore/src/kwq/qt/qarray.h
+++ b/WebCore/src/kwq/qt/qarray.h
@@ -30,13 +30,14 @@
 
 template <class T> class QArray {
 public:
+    QArray(int);
     T &at(uint) const;
     T *data() const;
 
     uint size() const;
-    bool resize(uint size);
+    bool resize(uint);
     
-    T& operator[](int i) const;
+    T &operator[](int) const;
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list