[rygel/rygel-0-32] Fix non-matching generic types of inferface implementations
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-32] Fix non-matching generic types of inferface implementations
- Date: Mon, 10 Oct 2016 19:13:06 +0000 (UTC)
commit b44f67fbf58ceefb3fe3123b077c4bab6d6645d4
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Sep 30 16:25:30 2016 +0200
Fix non-matching generic types of inferface implementations
src/librygel-ruih/rygel-ruih-protocol-elem.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-ruih/rygel-ruih-protocol-elem.vala b/src/librygel-ruih/rygel-ruih-protocol-elem.vala
index df0849f..45fbd18 100644
--- a/src/librygel-ruih/rygel-ruih-protocol-elem.vala
+++ b/src/librygel-ruih/rygel-ruih-protocol-elem.vala
@@ -76,7 +76,7 @@ protected class ProtocolElem : UIListing {
}
public override bool match (Gee.ArrayList<ProtocolElem>? protocols,
- Gee.ArrayList filters) {
+ Gee.ArrayList<FilterEntry> filters) {
if (protocols == null || protocols.size == 0) {
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]