summarylogtreecommitdiffstats
path: root/luxrender-gcc7.patch
diff options
context:
space:
mode:
authorbartus2017-06-09 17:15:06 +0200
committerbartus2017-06-09 17:15:06 +0200
commit0579166be83c2547852a6fd550dcb1b8291729b9 (patch)
tree173fa168b671233bc16cae69781006d6e63426ac /luxrender-gcc7.patch
parent870e235265f696a972cf7ce25ef21074170aaedb (diff)
downloadaur-0579166be83c2547852a6fd550dcb1b8291729b9.tar.gz
gcc7 patch, python dynamic version
Diffstat (limited to 'luxrender-gcc7.patch')
-rw-r--r--luxrender-gcc7.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/luxrender-gcc7.patch b/luxrender-gcc7.patch
new file mode 100644
index 000000000000..62dd64428dbe
--- /dev/null
+++ b/luxrender-gcc7.patch
@@ -0,0 +1,13 @@
+--- luxrender-lux-b3f85cf7742f/qtgui/mainwindow.hxx.debug 2016-05-10 06:21:17.000000000 +0900
++++ luxrender-lux-b3f85cf7742f/qtgui/mainwindow.hxx 2017-03-24 19:42:42.005564560 +0900
+@@ -134,8 +134,8 @@
+ public:
+ QMRUListModel() : QAbstractListModel(), maxCount(0) { }
+ QMRUListModel(int count, QObject *parent = 0) : QAbstractListModel(parent), maxCount(count) { }
+- QMRUListModel(const QMRUListModel<T> &other)
+- : maxCount(other.maxCount), mruList(other.mruList), QAbstractListModel(other.parent()) { }
++ //QMRUListModel(const QMRUListModel<T> &other)
++ //: maxCount(other.maxCount), mruList(other.mruList), QAbstractListModel(other.parent()) { }
+
+ int count() const {
+ return maxCount;