From 9daf18f031058ae4c1f13edbf62624bc0345c96f Mon Sep 17 00:00:00 2001 From: Marvin W Date: Mon, 16 Sep 2019 23:47:38 +0200 Subject: Fix warnings and compilation with older valac --- plugins/crypto-vala/src/error.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/crypto-vala/src/error.vala') diff --git a/plugins/crypto-vala/src/error.vala b/plugins/crypto-vala/src/error.vala index c694dfc7..bae4ad08 100644 --- a/plugins/crypto-vala/src/error.vala +++ b/plugins/crypto-vala/src/error.vala @@ -5,7 +5,7 @@ public errordomain Error { GCRYPT } -internal void may_throw_gcrypt_error(GCrypt.Error e) throws GLib.Error { +internal void may_throw_gcrypt_error(GCrypt.Error e) throws Error { if (((int)e) != 0) { throw new Crypto.Error.GCRYPT(e.to_string()); } -- cgit v1.2.3-70-g09d2