diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-04-04 23:42:10 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-04-04 23:42:10 +0000 |
commit | d778f3da5a3d16052c19b10e16bbc9468764b31c (patch) | |
tree | c6f125edd7e09e99a0ff437d0a4725456cd93611 /dev-util/lincvs/files | |
parent | Revision bump for 0.86.2 to disable setuptools (install with setuptools prese... (diff) | |
download | historical-d778f3da5a3d16052c19b10e16bbc9468764b31c.tar.gz historical-d778f3da5a3d16052c19b10e16bbc9468764b31c.tar.bz2 historical-d778f3da5a3d16052c19b10e16bbc9468764b31c.zip |
gcc 4.1 fix, thanks to Matteo Azzali, bug #126526.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-util/lincvs/files')
-rw-r--r-- | dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff b/dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff new file mode 100644 index 000000000000..0fb5c7349901 --- /dev/null +++ b/dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff @@ -0,0 +1,11 @@ +--- src/PixmapTimer.h.orig 2006-03-17 14:47:15.000000000 +0100 ++++ src/PixmapTimer.h 2006-03-17 14:49:28.000000000 +0100 +@@ -84,7 +84,7 @@ + + public: + CPixmapTimer(QObject * parent = 0, const char * name = 0); +- CPixmapTimer::~CPixmapTimer(); ++ ~CPixmapTimer(); + + signals: + void signalTimeout(const QPixmap &); |