summaryrefslogtreecommitdiff
path: root/nonprism/kdenetwork-kopete/kopete-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/kdenetwork-kopete/kopete-gcc6.patch')
-rw-r--r--nonprism/kdenetwork-kopete/kopete-gcc6.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonprism/kdenetwork-kopete/kopete-gcc6.patch b/nonprism/kdenetwork-kopete/kopete-gcc6.patch
new file mode 100644
index 000000000..3c816340f
--- /dev/null
+++ b/nonprism/kdenetwork-kopete/kopete-gcc6.patch
@@ -0,0 +1,12 @@
+diff -up kopete-15.12.2/plugins/history2/history2logger.h.than kopete-15.12.2/plugins/history2/history2logger.h
+--- kopete-15.12.2/plugins/history2/history2logger.h.than 2016-02-16 23:43:48.245204675 +0100
++++ kopete-15.12.2/plugins/history2/history2logger.h 2016-02-16 23:46:49.042349833 +0100
+@@ -94,7 +94,7 @@ public:
+ * from Kopete::Contact @param c in the given @param sens
+ */
+ QList<Kopete::Message> readMessages(int lines,
+- int offset=0, const Kopete::MetaContact *c=false, bool reverseOrder=true);
++ int offset=0, const Kopete::MetaContact *c=0, bool reverseOrder=true);
+
+ /**
+ * Same as the following, but for one date. I did'nt reuse the above function