[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:40:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6bab871d345a792b7667cd443d2d061a25835c36
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 29 15:43:05 2001 +0000

    Added predeclaration of KCharsets
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@40 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKGlobal.h b/WebCore/kwq/KWQKGlobal.h
index 5e0284d..cf7684f 100644
--- a/WebCore/kwq/KWQKGlobal.h
+++ b/WebCore/kwq/KWQKGlobal.h
@@ -26,9 +26,11 @@
 #ifndef KGLOBAL_H_
 #define KGLOBAL_H_
 
+class KCharsets;
+
 class KGlobal {
 public:
-	static KCharsets *charsets();
+    static KCharsets *charsets();
 };
 
 #endif
diff --git a/WebCore/kwq/kdecore/kglobal.h b/WebCore/kwq/kdecore/kglobal.h
index 5e0284d..cf7684f 100644
--- a/WebCore/kwq/kdecore/kglobal.h
+++ b/WebCore/kwq/kdecore/kglobal.h
@@ -26,9 +26,11 @@
 #ifndef KGLOBAL_H_
 #define KGLOBAL_H_
 
+class KCharsets;
+
 class KGlobal {
 public:
-	static KCharsets *charsets();
+    static KCharsets *charsets();
 };
 
 #endif
diff --git a/WebCore/src/kwq/kdecore/kglobal.h b/WebCore/src/kwq/kdecore/kglobal.h
index 5e0284d..cf7684f 100644
--- a/WebCore/src/kwq/kdecore/kglobal.h
+++ b/WebCore/src/kwq/kdecore/kglobal.h
@@ -26,9 +26,11 @@
 #ifndef KGLOBAL_H_
 #define KGLOBAL_H_
 
+class KCharsets;
+
 class KGlobal {
 public:
-	static KCharsets *charsets();
+    static KCharsets *charsets();
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list