diff options
Diffstat (limited to 'app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch')
-rw-r--r-- | app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch b/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch deleted file mode 100644 index f966143fe8d6..000000000000 --- a/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur cdrdao-1.2.1-orig/xdao/ProgressDialog.h cdrdao-1.2.1/xdao/ProgressDialog.h ---- cdrdao-1.2.1-orig/xdao/ProgressDialog.h 2005-12-17 02:40:51.000000000 -0500 -+++ cdrdao-1.2.1/xdao/ProgressDialog.h 2005-12-17 02:43:54.000000000 -0500 -@@ -62,7 +62,7 @@ - bool leadTimeFilled_; - - struct timeval time_; -- bool ProgressDialog::time(); -+ bool time(); - - Gtk::Button *cancelButton_; - Gtk::Button *closeButton_; - |