Actually override the Copy method of GLib.Opaque

This commit is contained in:
Sebastian Dröge 2009-04-30 17:16:15 +02:00
parent 8152e6b9d6
commit 9b81a43655

View file

@ -1,4 +1,4 @@
protected virtual GLib.Opaque Copy (IntPtr raw)
protected override GLib.Opaque Copy (IntPtr raw)
{
return GLib.Opaque.GetOpaque (raw, typeof (Gst.IndexEntry), true);
}