Fix the build in renderer example.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 25 Oct 2012 08:17:10 +0000 (10:17 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 25 Oct 2012 08:17:32 +0000 (10:17 +0200)
examples/renderer-plugins/vala/example-player.vala

index 77c89d2..875aed8 100644 (file)
@@ -139,4 +139,5 @@ public class Rygel.Example.Player : GLib.Object, Rygel.MediaPlayer {
     public string[] get_mime_types () {
         return MIME_TYPES;
     }
+}