[rygel] tests: Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tests: Fix the build.
- Date: Wed, 5 Dec 2012 08:55:07 +0000 (UTC)
commit 92692c0961b4aa4485f7579909c9bed360bfb10a
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Dec 5 09:54:35 2012 +0100
tests: Fix the build.
Since I moved DLNAProfile to its own file we seem to need
a Rygel. prefix when using it.
tests/rygel-item-creator-test.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/rygel-item-creator-test.vala b/tests/rygel-item-creator-test.vala
index f93aa1a..cbbfb3a 100644
--- a/tests/rygel-item-creator-test.vala
+++ b/tests/rygel-item-creator-test.vala
@@ -263,7 +263,7 @@ public class Rygel.Transcoder {
}
public class Rygel.TestMediaEngine : Rygel.MediaEngine {
- public override unowned GLib.List<DLNAProfile> get_dlna_profiles () {
+ public override unowned GLib.List<Rygel.DLNAProfile> get_dlna_profiles () {
return null;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]