[rygel] Fix non-matching generic types of inferface implementations



commit 6132d16716e7de5cc39fc1a6e8210016bd4352d7
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]