diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-08-16 21:55:55 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-08-16 21:55:55 +0000 |
commit | 26104643ee5326d4f4632fe974a47ab222f71a26 (patch) | |
tree | 45e6eeae31fe3bb9ab8dea6b4be1a636a1342687 /x11-themes/alloy/files | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-26104643ee5326d4f4632fe974a47ab222f71a26.tar.gz gentoo-2-26104643ee5326d4f4632fe974a47ab222f71a26.tar.bz2 gentoo-2-26104643ee5326d4f4632fe974a47ab222f71a26.zip |
satisfy gcc 3.4
Diffstat (limited to 'x11-themes/alloy/files')
-rw-r--r-- | x11-themes/alloy/files/remove-extra-semicolon.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-themes/alloy/files/remove-extra-semicolon.patch b/x11-themes/alloy/files/remove-extra-semicolon.patch new file mode 100644 index 000000000000..1c851d440a1f --- /dev/null +++ b/x11-themes/alloy/files/remove-extra-semicolon.patch @@ -0,0 +1,8 @@ +--- ./alloystyle/alloystyleplugin.cpp~ 2004-08-11 10:42:07.290226768 +0200 ++++ ./alloystyle/alloystyleplugin.cpp 2004-08-11 10:42:07.290226768 +0200 +@@ -41,4 +41,4 @@ + return 0; + } + +-Q_EXPORT_PLUGIN(AlloyStylePlugin); ++Q_EXPORT_PLUGIN(AlloyStylePlugin) |