diff options
Diffstat (limited to 'recipes/opie-todo/files/gcc-syntax-fix.patch')
-rw-r--r-- | recipes/opie-todo/files/gcc-syntax-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opie-todo/files/gcc-syntax-fix.patch b/recipes/opie-todo/files/gcc-syntax-fix.patch new file mode 100644 index 0000000000..c1b64f7a98 --- /dev/null +++ b/recipes/opie-todo/files/gcc-syntax-fix.patch @@ -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 |