summaryrefslogtreecommitdiff
path: root/src/Tag.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tag.vala')
-rw-r--r--src/Tag.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tag.vala b/src/Tag.vala
index 31b1e40..46cbfaa 100644
--- a/src/Tag.vala
+++ b/src/Tag.vala
@@ -205,7 +205,7 @@ public class TagSourceCollection : ContainerSourceCollection {
}
protected override void notify_container_contents_added(ContainerSource container,
- Gee.Collection<DataSource> added, bool relinking) {
+ Gee.Collection<DataObject> added, bool relinking) {
Tag tag = (Tag) container;
Gee.Collection<MediaSource> sources = (Gee.Collection<MediaSource>) added;
@@ -233,7 +233,7 @@ public class TagSourceCollection : ContainerSourceCollection {
}
protected override void notify_container_contents_removed(ContainerSource container,
- Gee.Collection<DataSource> removed, bool unlinking) {
+ Gee.Collection<DataObject> removed, bool unlinking) {
Tag tag = (Tag) container;
Gee.Collection<MediaSource> sources = (Gee.Collection<MediaSource>) removed;