opie-todo 1.2.3: another fix for stricter gcc.
authorMichael Krelin <hacker@klever.net>
Fri, 26 Oct 2007 12:23:56 +0000 (12:23 +0000)
committerMichael Krelin <hacker@klever.net>
Fri, 26 Oct 2007 12:23:56 +0000 (12:23 +0000)
packages/opie-todo/files/gcc-syntax-fix.patch [new file with mode: 0644]
packages/opie-todo/opie-todo_1.2.3.bb

diff --git a/packages/opie-todo/files/gcc-syntax-fix.patch b/packages/opie-todo/files/gcc-syntax-fix.patch
new file mode 100644 (file)
index 0000000..c1b64f7
--- /dev/null
@@ -0,0 +1,17 @@
+diff --git a/quickedit.h b/quickedit.h
+index a479d9e..dc798b3 100644
+--- a/quickedit.h
++++ b/quickedit.h
+@@ -41,9 +41,9 @@ using Opie::OPimTodo;
+ namespace Todo{
+     class MainWindow;
+     struct QuickEditBase {
+-        virtual OPimTodo todo()const = 0l;
+-        virtual QSignal* signal() = 0l;
+-        virtual QWidget* widget() = 0l;
++        virtual OPimTodo todo()const = 0;
++        virtual QSignal* signal() = 0;
++        virtual QWidget* widget() = 0;
+     };
+     /*
+      * this is my second try
index f68a559..8f76d33 100644 (file)
@@ -4,4 +4,5 @@ PR = "r0"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/todo \
            ${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
-           file://unbreak-logging.patch;patch=1"
+           file://unbreak-logging.patch;patch=1 \
+          file://gcc-syntax-fix.patch;patch=1"