From 92692c0961b4aa4485f7579909c9bed360bfb10a Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 5 Dec 2012 09:54:35 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 get_dlna_profiles () { + public override unowned GLib.List get_dlna_profiles () { return null; } -- 2.7.4