summarylogtreecommitdiffstats
path: root/fix-build-on-vala-46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-build-on-vala-46.patch')
-rw-r--r--fix-build-on-vala-46.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/fix-build-on-vala-46.patch b/fix-build-on-vala-46.patch
new file mode 100644
index 000000000000..543c9443b511
--- /dev/null
+++ b/fix-build-on-vala-46.patch
@@ -0,0 +1,23 @@
+From 0a88bdad6d969ead1e4058b1a19675c9d6857b16 Mon Sep 17 00:00:00 2001
+From: worldofpeace <worldofpeace@protonmail.ch>
+Date: Mon, 14 Oct 2019 16:44:16 -0400
+Subject: [PATCH] Fix build with vala 0.46
+
+See: https://gitlab.gnome.org/GNOME/vala/issues/766
+---
+ src/Views/AbstractView.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Views/AbstractView.vala b/src/Views/AbstractView.vala
+index e1c7f06..2945624 100644
+--- a/src/Views/AbstractView.vala
++++ b/src/Views/AbstractView.vala
+@@ -21,7 +21,7 @@ public abstract class Tootle.AbstractView : ScrolledWindow {
+ });
+ }
+
+- public AbstractView () {
++ protected AbstractView () {
+ show_all ();
+ }
+