summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-09-30 16:25:30 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-09-30 16:25:30 +0200
commit6132d16716e7de5cc39fc1a6e8210016bd4352d7 (patch)
tree190abc3da9e9744325663c55be59a7c11d64a25b
parenta5c510f8e247e68110051179ebaebe0fe74e794c (diff)
downloadrygel-6132d16716e7de5cc39fc1a6e8210016bd4352d7.tar.gz
Fix non-matching generic types of inferface implementations
-rw-r--r--src/librygel-ruih/rygel-ruih-protocol-elem.vala2
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 df0849fd..45fbd18b 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;
}