diff options
Diffstat (limited to 'app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff')
-rw-r--r-- | app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff b/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff new file mode 100644 index 000000000000..38caf1b4b12e --- /dev/null +++ b/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff @@ -0,0 +1,11 @@ +--- src/Todo.h.orig 2005-06-06 12:15:58.000000000 -0400 ++++ src/Todo.h 2005-06-06 12:13:41.000000000 -0400 +@@ -14,6 +14,8 @@ + 01/02/01 Initial creation + */ + ++class TodoDB; ++ + class Todo { + public : + friend class TodoDB; |