[rygel] external: Add the missing cast of child_count param
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] external: Add the missing cast of child_count param
- Date: Tue, 10 Aug 2010 11:50:30 +0000 (UTC)
commit 355f627054e17c277d5c6dd4457e4294c22fddcb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Aug 10 14:49:39 2010 +0300
external: Add the missing cast of child_count param
.../external/rygel-external-dummy-container.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/external/rygel-external-dummy-container.vala b/src/plugins/external/rygel-external-dummy-container.vala
index cf359a1..40b6095 100644
--- a/src/plugins/external/rygel-external-dummy-container.vala
+++ b/src/plugins/external/rygel-external-dummy-container.vala
@@ -35,7 +35,7 @@ internal class Rygel.External.DummyContainer : MediaContainer {
string title,
uint child_count,
MediaContainer? parent) {
- base (id, parent, title, child_count);
+ base (id, parent, title, (int) child_count);
}
public override async MediaObjects? get_children (uint offset,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]