[clementine] forgot to commit the gcc46 patch

Orcan Ogetbil oget at fedoraproject.org
Thu Mar 31 04:35:30 UTC 2011


commit 2157e0ece7fe26361c4109d035b0ec554ae9fac1
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Thu Mar 31 00:35:10 2011 -0400

    forgot to commit the gcc46 patch

 clementine-gcc46.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/clementine-gcc46.patch b/clementine-gcc46.patch
new file mode 100644
index 0000000..97eb70b
--- /dev/null
+++ b/clementine-gcc46.patch
@@ -0,0 +1,12 @@
+diff -rupN clementine-0.7.old/src/scripting/uiinterface.h clementine-0.7/src/scripting/uiinterface.h
+--- clementine-0.7.old/src/scripting/uiinterface.h	2011-01-02 13:10:26.000000000 -0500
++++ clementine-0.7/src/scripting/uiinterface.h	2011-03-31 00:29:26.000000000 -0400
+@@ -45,7 +45,7 @@ private slots:
+ 
+ private:
+   struct Location {
+-    Location() {}
++    Location() : menu_(NULL), before_(NULL) {}
+     Location(QMenu* menu, QAction* before) : menu_(menu), before_(before) {}
+ 
+     QMenu* menu_;


More information about the scm-commits mailing list