diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-07-25 02:57:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-07-25 02:57:06 +0000 |
commit | 711201adfdfc6e97e702f431ff5a5ab6a65a02f1 (patch) | |
tree | 17726518db84f5952d5e839bd7f24b6ce51a7b3d /dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch | |
parent | SLOT KEYWORDS and LICENSE (diff) | |
download | historical-711201adfdfc6e97e702f431ff5a5ab6a65a02f1.tar.gz historical-711201adfdfc6e97e702f431ff5a5ab6a65a02f1.tar.bz2 historical-711201adfdfc6e97e702f431ff5a5ab6a65a02f1.zip |
fix for gcc3.1
Diffstat (limited to 'dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch')
-rw-r--r-- | dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch b/dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch new file mode 100644 index 000000000000..f15864e2bef4 --- /dev/null +++ b/dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur gcvs-1.0b3.orig/common/UCvsFolders.cpp gcvs-1.0b3/common/UCvsFolders.cpp +--- gcvs-1.0b3.orig/common/UCvsFolders.cpp 2002-01-03 02:29:18.000000000 -0600 ++++ gcvs-1.0b3/common/UCvsFolders.cpp 2002-07-24 20:52:19.000000000 -0500 +@@ -865,7 +865,7 @@ + } while(item != 0L); + } + +-void UCvsFolders::DeleteAllItems(UTREEITEM root = 0L) ++void UCvsFolders::DeleteAllItems(UTREEITEM root) + { + // we don't want the file view to be notified when things get deleted + CTempToggleBool toggler(sTemporaryTurnOffNotify); |